diff options
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 \ |