diff options
author | jmc <> | 2015-11-11 22:14:40 +0000 |
---|---|---|
committer | jmc <> | 2015-11-11 22:14:40 +0000 |
commit | 3681e43b7101c2171779b147addaa726f1373b2b (patch) | |
tree | 145dacabb23df6062e88c39d885cb2c0c9c9bc77 /src/lib/libcrypto/doc/RSA_set_method.pod | |
parent | 22f89c8c27130dce389c2cba215b4cdd0deadd22 (diff) | |
download | openbsd-3681e43b7101c2171779b147addaa726f1373b2b.tar.gz openbsd-3681e43b7101c2171779b147addaa726f1373b2b.tar.bz2 openbsd-3681e43b7101c2171779b147addaa726f1373b2b.zip |
add missing functions to NAME, or otherwise correct the mlink
entry for them;
feedback/ok schwarze
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_set_method.pod')
-rw-r--r-- | src/lib/libcrypto/doc/RSA_set_method.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/RSA_set_method.pod b/src/lib/libcrypto/doc/RSA_set_method.pod index eb0913c106..7f687c8718 100644 --- a/src/lib/libcrypto/doc/RSA_set_method.pod +++ b/src/lib/libcrypto/doc/RSA_set_method.pod | |||
@@ -4,7 +4,8 @@ | |||
4 | 4 | ||
5 | RSA_set_default_method, RSA_get_default_method, RSA_set_method, | 5 | RSA_set_default_method, RSA_get_default_method, RSA_set_method, |
6 | RSA_get_method, RSA_PKCS1_SSLeay, RSA_null_method, RSA_flags, | 6 | RSA_get_method, RSA_PKCS1_SSLeay, RSA_null_method, RSA_flags, |
7 | RSA_new_method - select RSA method | 7 | RSA_new_method, RSA_get_default_openssl_method, |
8 | RSA_set_default_openssl_method - select RSA method | ||
8 | 9 | ||
9 | =head1 SYNOPSIS | 10 | =head1 SYNOPSIS |
10 | 11 | ||