diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-02-28 13:12:41 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-02-28 13:12:41 +0000 |
commit | 50aa1c4de6d85ff5f290ccef90a8607ec5f56aa8 (patch) | |
tree | dbf1dd443d656e298d67f2ec7cb9e702cf08ca07 | |
parent | 3187d78588dc1732992d2d822283e2bf525e356e (diff) |
DSAparams_print_pf() -> DSAparams_print_fp()
ok deraadt@
-rw-r--r-- | lib/libcrypto/doc/RSA_print.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/doc/RSA_print.pod b/lib/libcrypto/doc/RSA_print.pod index 67876facc5d..ff2d353d1a8 100644 --- a/lib/libcrypto/doc/RSA_print.pod +++ b/lib/libcrypto/doc/RSA_print.pod @@ -44,6 +44,6 @@ L<dh(3)|dh(3)>, L<dsa(3)|dsa(3)>, L<rsa(3)|rsa(3)>, L<BN_bn2bin(3)|BN_bn2bin(3)> RSA_print(), RSA_print_fp(), DSA_print(), DSA_print_fp(), DH_print(), DH_print_fp() are available in all versions of SSLeay and OpenSSL. -DSAparams_print() and DSAparams_print_pf() were added in SSLeay 0.8. +DSAparams_print() and DSAparams_print_fp() were added in SSLeay 0.8. =cut |