diff options
author | schwarze <> | 2019-03-10 15:00:34 +0000 |
---|---|---|
committer | schwarze <> | 2019-03-10 15:00:34 +0000 |
commit | f78b57bc865ff32ff0cb3de7f3baeb0e20e85bf5 (patch) | |
tree | 879ca8177dbd511f036e90d53811a75bfb99d55e /src/lib/libcrypto/man/Makefile | |
parent | b4b556159040bd8b277d7f7ff595722b2ca67488 (diff) | |
download | openbsd-f78b57bc865ff32ff0cb3de7f3baeb0e20e85bf5.tar.gz openbsd-f78b57bc865ff32ff0cb3de7f3baeb0e20e85bf5.tar.bz2 openbsd-f78b57bc865ff32ff0cb3de7f3baeb0e20e85bf5.zip |
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 '')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index fe5a87e608..5adaafe4ff 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.142 2018/07/08 23:00:17 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.143 2019/03/10 15:00:34 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -68,8 +68,8 @@ MAN= \ | |||
68 | CONF_modules_free.3 \ | 68 | CONF_modules_free.3 \ |
69 | CONF_modules_load_file.3 \ | 69 | CONF_modules_load_file.3 \ |
70 | CRYPTO_get_mem_functions.3 \ | 70 | CRYPTO_get_mem_functions.3 \ |
71 | CRYPTO_lock.3 \ | ||
71 | CRYPTO_set_ex_data.3 \ | 72 | CRYPTO_set_ex_data.3 \ |
72 | CRYPTO_set_locking_callback.3 \ | ||
73 | DES_set_key.3 \ | 73 | DES_set_key.3 \ |
74 | DH_generate_key.3 \ | 74 | DH_generate_key.3 \ |
75 | DH_generate_parameters.3 \ | 75 | DH_generate_parameters.3 \ |