summaryrefslogtreecommitdiff
path: root/doc/man3/SSL_export_keying_material.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SSL_export_keying_material.pod')
-rw-r--r--doc/man3/SSL_export_keying_material.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/man3/SSL_export_keying_material.pod b/doc/man3/SSL_export_keying_material.pod
index c6b9229cbf16..c7c5320295e6 100644
--- a/doc/man3/SSL_export_keying_material.pod
+++ b/doc/man3/SSL_export_keying_material.pod
@@ -71,6 +71,10 @@ SSL_export_keying_material() returns 0 or -1 on failure or 1 on success.
SSL_export_keying_material_early() returns 0 on failure or 1 on success.
+=head1 SEE ALSO
+
+L<ssl(7)>
+
=head1 HISTORY
The SSL_export_keying_material_early() function was added in OpenSSL 1.1.1.
@@ -79,7 +83,7 @@ The SSL_export_keying_material_early() function was added in OpenSSL 1.1.1.
Copyright 2017-2018 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>.