In documentation, consistently refer to OpenSSL 3.0
[openssl.git] / doc / man3 / EVP_PKEY_CTX_set_tls1_prf_md.pod
index 81fd7aa943b7c312bddfed1ab4e34cdba9a25dc7..cc87c00ae1e1e9314f38641c2791a83030523bb0 100644 (file)
@@ -78,6 +78,7 @@ and seed value "seed":
  EVP_PKEY_CTX *pctx;
  unsigned char out[10];
  size_t outlen = sizeof(out);
+
  pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_TLS1_PRF, NULL);
  if (EVP_PKEY_derive_init(pctx) <= 0)
      /* Error */
@@ -100,7 +101,7 @@ L<EVP_PKEY_derive(3)>
 
 Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.