diff options
| author | schwarze <> | 2016-12-22 14:06:51 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-22 14:06:51 +0000 |
| commit | 92eb94304c7eb9806aa3fa8f5abfd7b440fec7db (patch) | |
| tree | 24dd84064deeb37a7cf6cb54bcfbd442cc334a71 /src/lib/libcrypto/man/Makefile | |
| parent | ca16765353f1ab23ea1f59c82dcb3ae93ec9d690 (diff) | |
| download | openbsd-92eb94304c7eb9806aa3fa8f5abfd7b440fec7db.tar.gz openbsd-92eb94304c7eb9806aa3fa8f5abfd7b440fec7db.tar.bz2 openbsd-92eb94304c7eb9806aa3fa8f5abfd7b440fec7db.zip | |
Write X509_SIG_new(3) manual page from scratch. Both functions are
listed in <openssl/x509.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 8a5e9419a9..39f9da3779 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.87 2016/12/22 13:05:59 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.88 2016/12/22 14:06:51 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -192,6 +192,7 @@ MAN= \ | |||
| 192 | X509_PUBKEY_new.3 \ | 192 | X509_PUBKEY_new.3 \ |
| 193 | X509_REQ_new.3 \ | 193 | X509_REQ_new.3 \ |
| 194 | X509_REVOKED_new.3 \ | 194 | X509_REVOKED_new.3 \ |
| 195 | X509_SIG_new.3 \ | ||
| 195 | X509_STORE_CTX_get_error.3 \ | 196 | X509_STORE_CTX_get_error.3 \ |
| 196 | X509_STORE_CTX_get_ex_new_index.3 \ | 197 | X509_STORE_CTX_get_ex_new_index.3 \ |
| 197 | X509_STORE_CTX_new.3 \ | 198 | X509_STORE_CTX_new.3 \ |
