diff options
author | tb <> | 2025-03-08 17:12:55 +0000 |
---|---|---|
committer | tb <> | 2025-03-08 17:12:55 +0000 |
commit | 603829448e0ea5a1f161ebead76c3305653ee38c (patch) | |
tree | e325ccee340f98c83e19d4c9b47446a2a2c93bb5 /src/lib/libcrypto/man/Makefile | |
parent | 8684f935513dfa348fb2602523bd027043c27102 (diff) | |
download | openbsd-603829448e0ea5a1f161ebead76c3305653ee38c.tar.gz openbsd-603829448e0ea5a1f161ebead76c3305653ee38c.tar.bz2 openbsd-603829448e0ea5a1f161ebead76c3305653ee38c.zip |
Rename CRYPTO_get_mem_functions.3 to CRYPTO_set_mem_functions.3
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 8330fe11a3..9f3d448432 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.306 2025/03/08 16:38:13 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.307 2025/03/08 17:12:55 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -105,10 +105,10 @@ MAN= \ | |||
105 | CMS_verify_receipt.3 \ | 105 | CMS_verify_receipt.3 \ |
106 | CONF_modules_free.3 \ | 106 | CONF_modules_free.3 \ |
107 | CONF_modules_load_file.3 \ | 107 | CONF_modules_load_file.3 \ |
108 | CRYPTO_get_mem_functions.3 \ | ||
109 | CRYPTO_lock.3 \ | 108 | CRYPTO_lock.3 \ |
110 | CRYPTO_memcmp.3 \ | 109 | CRYPTO_memcmp.3 \ |
111 | CRYPTO_set_ex_data.3 \ | 110 | CRYPTO_set_ex_data.3 \ |
111 | CRYPTO_set_mem_functions.3 \ | ||
112 | ChaCha.3 \ | 112 | ChaCha.3 \ |
113 | DES_set_key.3 \ | 113 | DES_set_key.3 \ |
114 | DH_generate_key.3 \ | 114 | DH_generate_key.3 \ |