diff options
| author | schwarze <> | 2016-12-26 18:52:51 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-26 18:52:51 +0000 |
| commit | 8ab68d7e686b8a72de0a735e9df38cbca8c9bf6b (patch) | |
| tree | 3c0584ff428a6401d9a85fbd68ebf293aa078c08 /src/lib/libcrypto/man/Makefile | |
| parent | 91cf989ea42cff672ec72213f77e3ecab123a416 (diff) | |
| download | openbsd-8ab68d7e686b8a72de0a735e9df38cbca8c9bf6b.tar.gz openbsd-8ab68d7e686b8a72de0a735e9df38cbca8c9bf6b.tar.bz2 openbsd-8ab68d7e686b8a72de0a735e9df38cbca8c9bf6b.zip | |
Write the missing d2i_PKCS7(3) manual page from scratch.
It is already referenced by one other manual page.
All these functions are listed in <openssl/pkcs7.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 f260c0d4ee..7a37101828 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.102 2016/12/26 18:04:45 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.103 2016/12/26 18:52:51 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -232,6 +232,7 @@ MAN= \ | |||
| 232 | d2i_DSAPublicKey.3 \ | 232 | d2i_DSAPublicKey.3 \ |
| 233 | d2i_ECPKParameters.3 \ | 233 | d2i_ECPKParameters.3 \ |
| 234 | d2i_PKCS12.3 \ | 234 | d2i_PKCS12.3 \ |
| 235 | d2i_PKCS7.3 \ | ||
| 235 | d2i_PKCS8PrivateKey_bio.3 \ | 236 | d2i_PKCS8PrivateKey_bio.3 \ |
| 236 | d2i_PrivateKey.3 \ | 237 | d2i_PrivateKey.3 \ |
| 237 | d2i_RSAPublicKey.3 \ | 238 | d2i_RSAPublicKey.3 \ |
