diff options
author | 2001-08-01 19:51:16 +0000 | |
---|---|---|
committer | 2001-08-01 19:51:16 +0000 | |
commit | 200c029058c06b55c32b17d710757f7a3cca1ab1 (patch) | |
tree | 3c061a100d7c302e1a7124b24e4d7cbe0e3c4bb3 /lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod | |
parent | http://www.openssl.org/news/secadv_prng.txt; ok beck@ (diff) | |
download | wireguard-openbsd-200c029058c06b55c32b17d710757f7a3cca1ab1.tar.xz wireguard-openbsd-200c029058c06b55c32b17d710757f7a3cca1ab1.zip |
merge openssl 0.9.6b-engine
Note that this is a maintenence release, API's appear *not* to have changed.
As such, I have only increased the minor number on these libraries
Diffstat (limited to 'lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod')
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod b/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod index 2b69bb10500..6644ef8fbc1 100644 --- a/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod +++ b/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod @@ -40,7 +40,7 @@ SSL_get_ex_data() is used to retrieve the information for B<idx> from B<ssl>. A detailed description for the B<*_get_ex_new_index()> functionality -can be found in L<RSA_get_ex_new_index.pod(3)|RSA_get_ex_new_index.pod(3)>. +can be found in L<RSA_get_ex_new_index(3)|RSA_get_ex_new_index(3)>. The B<*_get_ex_data()> and B<*_set_ex_data()> functionality is described in L<CRYPTO_set_ex_data(3)|CRYPTO_set_ex_data(3)>. |