diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-03-10 15:00:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-03-10 15:00:35 +0000 |
commit | 0dab9d1176c5d13b459cbe0518311bc51b921d28 (patch) | |
tree | 0ad525c028da56597c84e409b1f18170301946f8 /lib/libcrypto/man/Makefile | |
parent | 93fa2d5893330c8975497322d612275664850cc0 (diff) |
rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3
because CRYPTO_set_locking_callback() is now a no-op
and was never documented in the first place;
no text change;
requested by jmc@ long ago
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index fe5a87e608c..5adaafe4ffa 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.142 2018/07/08 23:00:17 schwarze Exp $ +# $OpenBSD: Makefile,v 1.143 2019/03/10 15:00:34 schwarze Exp $ .include <bsd.own.mk> @@ -68,8 +68,8 @@ MAN= \ CONF_modules_free.3 \ CONF_modules_load_file.3 \ CRYPTO_get_mem_functions.3 \ + CRYPTO_lock.3 \ CRYPTO_set_ex_data.3 \ - CRYPTO_set_locking_callback.3 \ DES_set_key.3 \ DH_generate_key.3 \ DH_generate_parameters.3 \ |