diff options
| author | schwarze <> | 2016-12-23 15:25:19 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-23 15:25:19 +0000 |
| commit | 2ef9e674d440147afdb3ca73cf9a2f40ea040d2f (patch) | |
| tree | ac17eb681798c4c6ee390db61b4d81250376d4a0 /src/lib/libcrypto/man/Makefile | |
| parent | ecc1a96a4ea756a28768a463b46816210f6e9239 (diff) | |
| download | openbsd-2ef9e674d440147afdb3ca73cf9a2f40ea040d2f.tar.gz openbsd-2ef9e674d440147afdb3ca73cf9a2f40ea040d2f.tar.bz2 openbsd-2ef9e674d440147afdb3ca73cf9a2f40ea040d2f.zip | |
Write new DIST_POINT_new(3) manual page from scratch.
All functions documented here are listed in <openssl/x509v3.h>
and in OpenSSL doc/man3/X509_dup.pod.
OpenSSL documentation specifies the wrong header file.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 97593fc86f..41c850357c 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.91 2016/12/23 14:37:08 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.92 2016/12/23 15:25:19 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -67,6 +67,7 @@ MAN= \ | |||
| 67 | DH_new.3 \ | 67 | DH_new.3 \ |
| 68 | DH_set_method.3 \ | 68 | DH_set_method.3 \ |
| 69 | DH_size.3 \ | 69 | DH_size.3 \ |
| 70 | DIST_POINT_new.3 \ | ||
| 70 | DSA_SIG_new.3 \ | 71 | DSA_SIG_new.3 \ |
| 71 | DSA_do_sign.3 \ | 72 | DSA_do_sign.3 \ |
| 72 | DSA_dup_DH.3 \ | 73 | DSA_dup_DH.3 \ |
