diff options
| author | schwarze <> | 2016-12-26 18:04:45 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-26 18:04:45 +0000 |
| commit | 91cf989ea42cff672ec72213f77e3ecab123a416 (patch) | |
| tree | 3023ee942f1e017ad351f6f577698402b26fc724 /src/lib/libcrypto/man/Makefile | |
| parent | 25b084ecbe418b4032ddd59a04a6a0fc375477cf (diff) | |
| download | openbsd-91cf989ea42cff672ec72213f77e3ecab123a416.tar.gz openbsd-91cf989ea42cff672ec72213f77e3ecab123a416.tar.bz2 openbsd-91cf989ea42cff672ec72213f77e3ecab123a416.zip | |
Write the missing d2i_PKCS12(3) manual page from scratch.
It is already referenced from some other manuals.
All these functions are listed in <openssl/pkcs12.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index a7d1d9a7e6..f260c0d4ee 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.101 2016/12/24 21:42:30 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.102 2016/12/26 18:04:45 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -231,6 +231,7 @@ MAN= \ | |||
| 231 | d2i_DHparams.3 \ | 231 | d2i_DHparams.3 \ |
| 232 | d2i_DSAPublicKey.3 \ | 232 | d2i_DSAPublicKey.3 \ |
| 233 | d2i_ECPKParameters.3 \ | 233 | d2i_ECPKParameters.3 \ |
| 234 | d2i_PKCS12.3 \ | ||
| 234 | d2i_PKCS8PrivateKey_bio.3 \ | 235 | d2i_PKCS8PrivateKey_bio.3 \ |
| 235 | d2i_PrivateKey.3 \ | 236 | d2i_PrivateKey.3 \ |
| 236 | d2i_RSAPublicKey.3 \ | 237 | d2i_RSAPublicKey.3 \ |
