aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-06-27 14:35:35 +0100
committerMatt Caswell <matt@openssl.org>2016-06-30 15:47:00 +0100
commit6f4ae777f5100715a96b45355a1195c2efa96b4e (patch)
treee86a4b86ee6b6c6bcc483c253e0f6314cf77e961 /doc/ssl
parentfb5b14b420a0bff6e3f756ec4879644b6d5622c5 (diff)
downloadopenssl-6f4ae777f5100715a96b45355a1195c2efa96b4e.tar.gz
Cleanup documentation for removed functionality
Remove some lingering references to removed functionality from docs. Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_CTX_set_tmp_dh_callback.pod1
-rw-r--r--doc/ssl/ssl.pod2
2 files changed, 0 insertions, 3 deletions
diff --git a/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod b/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
index 7ed93ab142..fbfb8cbaa5 100644
--- a/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
+++ b/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
@@ -122,7 +122,6 @@ on failure. Check the error queue to find out the reason of failure.
=head1 SEE ALSO
L<ssl(3)>, L<SSL_CTX_set_cipher_list(3)>,
-L<SSL_CTX_set_tmp_rsa_callback(3)>,
L<SSL_CTX_set_options(3)>,
L<ciphers(1)>, L<dhparam(1)>
diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod
index 589fc2dbd9..dfd83ead2d 100644
--- a/doc/ssl/ssl.pod
+++ b/doc/ssl/ssl.pod
@@ -270,8 +270,6 @@ protocol context defined in the B<SSL_CTX> structure.
=item int B<SSL_CTX_load_verify_locations>(SSL_CTX *ctx, const char *CAfile, const char *CApath);
-=item long B<SSL_CTX_need_tmp_RSA>(SSL_CTX *ctx);
-
=item SSL_CTX *B<SSL_CTX_new>(const SSL_METHOD *meth);
=item int SSL_CTX_up_ref(SSL_CTX *ctx);