diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index f676472ff6..5d19e023ab 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.36 2016/11/02 11:57:56 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.37 2016/11/02 15:23:41 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -80,15 +80,6 @@ MAN= \ | |||
80 | EC_POINT_add.3 \ | 80 | EC_POINT_add.3 \ |
81 | EC_POINT_new.3 \ | 81 | EC_POINT_new.3 \ |
82 | ECDSA_SIG_new.3 \ | 82 | ECDSA_SIG_new.3 \ |
83 | EVP_AEAD_CTX_init.3 \ | ||
84 | UI_new.3 \ | ||
85 | bn_dump.3 \ | ||
86 | crypto.3 \ | ||
87 | d2i_PKCS8PrivateKey_bio.3 \ | ||
88 | des_read_pw.3 \ | ||
89 | lh_new.3 \ | ||
90 | |||
91 | GENMAN= \ | ||
92 | ERR.3 \ | 83 | ERR.3 \ |
93 | ERR_GET_LIB.3 \ | 84 | ERR_GET_LIB.3 \ |
94 | ERR_clear_error.3 \ | 85 | ERR_clear_error.3 \ |
@@ -100,6 +91,15 @@ GENMAN= \ | |||
100 | ERR_put_error.3 \ | 91 | ERR_put_error.3 \ |
101 | ERR_remove_state.3 \ | 92 | ERR_remove_state.3 \ |
102 | ERR_set_mark.3 \ | 93 | ERR_set_mark.3 \ |
94 | EVP_AEAD_CTX_init.3 \ | ||
95 | UI_new.3 \ | ||
96 | bn_dump.3 \ | ||
97 | crypto.3 \ | ||
98 | d2i_PKCS8PrivateKey_bio.3 \ | ||
99 | des_read_pw.3 \ | ||
100 | lh_new.3 \ | ||
101 | |||
102 | GENMAN= \ | ||
103 | EVP_BytesToKey.3 \ | 103 | EVP_BytesToKey.3 \ |
104 | EVP_DigestInit.3 \ | 104 | EVP_DigestInit.3 \ |
105 | EVP_DigestSignInit.3 \ | 105 | EVP_DigestSignInit.3 \ |