diff options
| author | schwarze <> | 2016-12-27 22:06:55 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-27 22:06:55 +0000 |
| commit | 71cdf88eb8ef60a93e6c6e5add6d7112a97a34c2 (patch) | |
| tree | c0ab7e51e93333e667ce45c4980ec760040d7cea /src/lib/libcrypto/man/Makefile | |
| parent | 203c9a1dab905478ca3cf59c6c29d4bd5aaa9778 (diff) | |
| download | openbsd-71cdf88eb8ef60a93e6c6e5add6d7112a97a34c2.tar.gz openbsd-71cdf88eb8ef60a93e6c6e5add6d7112a97a34c2.tar.bz2 openbsd-71cdf88eb8ef60a93e6c6e5add6d7112a97a34c2.zip | |
Write new manual pages d2i_OCSP_REQUEST(3) and d2i_OCSP_RESPONSE(3)
from scratch. All these functions are listed in <openssl/ocsp.h>
and in OpenSSL doc/man3/d2i_X509.pod.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index afd0fe5512..0e8d4dde50 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.104 2016/12/27 20:56:18 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.105 2016/12/27 22:06:55 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -232,6 +232,8 @@ MAN= \ | |||
| 232 | d2i_DSAPublicKey.3 \ | 232 | d2i_DSAPublicKey.3 \ |
| 233 | d2i_ECPKParameters.3 \ | 233 | d2i_ECPKParameters.3 \ |
| 234 | d2i_ESS_SIGNING_CERT.3 \ | 234 | d2i_ESS_SIGNING_CERT.3 \ |
| 235 | d2i_OCSP_REQUEST.3 \ | ||
| 236 | d2i_OCSP_RESPONSE.3 \ | ||
| 235 | d2i_PKCS12.3 \ | 237 | d2i_PKCS12.3 \ |
| 236 | d2i_PKCS7.3 \ | 238 | d2i_PKCS7.3 \ |
| 237 | d2i_PKCS8PrivateKey_bio.3 \ | 239 | d2i_PKCS8PrivateKey_bio.3 \ |
