diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-08-25 06:20:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-08-25 06:20:23 +0000 |
commit | 8042d6ed283abcafc764e8010580152eb5f29c27 (patch) | |
tree | 0edd7c343eb73e1ab68dd9223042df861f1e3d06 /lib/libcrypto/man/Makefile | |
parent | f32bdae103ba11fe074161ffaf2194c62d58f85f (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/Makefile | 3 |
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 \ |