summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/DSA_set_method.pod
diff options
context:
space:
mode:
authorjmc <>2015-11-11 22:14:40 +0000
committerjmc <>2015-11-11 22:14:40 +0000
commit251c498bba914eb02ecd355c711ac859eca19c90 (patch)
tree145dacabb23df6062e88c39d885cb2c0c9c9bc77 /src/lib/libcrypto/doc/DSA_set_method.pod
parenta221ac3c250654f840fbbc40b377567a6a36d33c (diff)
downloadopenbsd-251c498bba914eb02ecd355c711ac859eca19c90.tar.gz
openbsd-251c498bba914eb02ecd355c711ac859eca19c90.tar.bz2
openbsd-251c498bba914eb02ecd355c711ac859eca19c90.zip
add missing functions to NAME, or otherwise correct the mlink
entry for them; feedback/ok schwarze
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/doc/DSA_set_method.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/DSA_set_method.pod b/src/lib/libcrypto/doc/DSA_set_method.pod
index 707370adf7..31f444d751 100644
--- a/src/lib/libcrypto/doc/DSA_set_method.pod
+++ b/src/lib/libcrypto/doc/DSA_set_method.pod
@@ -3,7 +3,9 @@
3=head1 NAME 3=head1 NAME
4 4
5DSA_set_default_method, DSA_get_default_method, 5DSA_set_default_method, DSA_get_default_method,
6DSA_set_method, DSA_new_method, DSA_OpenSSL - select DSA method 6DSA_set_method, DSA_new_method, DSA_OpenSSL,
7DSA_set_default_openssl_method, DSA_get_default_openssl_method
8- select DSA method
7 9
8=head1 SYNOPSIS 10=head1 SYNOPSIS
9 11