diff options
-rw-r--r-- | src/lib/libcrypto/man/EVP_add_cipher.3 | 5 |
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 | |||
175 | Key-value pairs already added before an error occurred | 175 | Key-value pairs already added before an error occurred |
176 | remain in the global associative array, | 176 | remain in the global associative array, |
177 | leaving it in an unknown state. | 177 | leaving it in an unknown state. |
178 | .Pp | ||
179 | While aliases can be added and removed, there is no dedicated API | ||
180 | to remove added ciphers or digests. | ||