summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/EVP_add_cipher.35
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/EVP_add_cipher.3 b/src/lib/libcrypto/man/EVP_add_cipher.3
index 57e4f839c2..6fa809db6d 100644
--- a/src/lib/libcrypto/man/EVP_add_cipher.3
+++ b/src/lib/libcrypto/man/EVP_add_cipher.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_add_cipher.3,v 1.3 2023/08/25 10:54:44 tb Exp $ 1.\" $OpenBSD: EVP_add_cipher.3,v 1.4 2023/08/25 11:43:14 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -175,3 +175,6 @@ first appeared in OpenSSL 0.9.4 and have been available since
175Key-value pairs already added before an error occurred 175Key-value pairs already added before an error occurred
176remain in the global associative array, 176remain in the global associative array,
177leaving it in an unknown state. 177leaving it in an unknown state.
178.Pp
179While aliases can be added and removed, there is no dedicated API
180to remove added ciphers or digests.