summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2019-08-25 06:20:23 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2019-08-25 06:20:23 +0000
commit8042d6ed283abcafc764e8010580152eb5f29c27 (patch)
tree0edd7c343eb73e1ab68dd9223042df861f1e3d06 /lib/libcrypto/man/Makefile
parentf32bdae103ba11fe074161ffaf2194c62d58f85f (diff)
import the CRYPTO_memcmp(3) manual from OpenSSL 1.1.1,
still under a free license, tweaked by me
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r--lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index 60bd8b53cc8..219450e234b 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.154 2019/08/23 12:23:39 schwarze Exp $
+# $OpenBSD: Makefile,v 1.155 2019/08/25 06:20:22 schwarze Exp $
.include <bsd.own.mk>
@@ -69,6 +69,7 @@ MAN= \
CONF_modules_load_file.3 \
CRYPTO_get_mem_functions.3 \
CRYPTO_lock.3 \
+ CRYPTO_memcmp.3 \
CRYPTO_set_ex_data.3 \
DES_set_key.3 \
DH_generate_key.3 \