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 fc9f62bd06..3275d0784c 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.57 2016/11/28 16:33:48 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.58 2016/11/28 17:55:26 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -133,6 +133,7 @@ MAN= \ | |||
133 | OPENSSL_load_builtin_modules.3 \ | 133 | OPENSSL_load_builtin_modules.3 \ |
134 | OPENSSL_malloc.3 \ | 134 | OPENSSL_malloc.3 \ |
135 | OpenSSL_add_all_algorithms.3 \ | 135 | OpenSSL_add_all_algorithms.3 \ |
136 | PEM_read.3 \ | ||
136 | PEM_read_bio_PrivateKey.3 \ | 137 | PEM_read_bio_PrivateKey.3 \ |
137 | PEM_write_bio_PKCS7_stream.3 \ | 138 | PEM_write_bio_PKCS7_stream.3 \ |
138 | PKCS12_create.3 \ | 139 | PKCS12_create.3 \ |