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