diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2024-11-06 18:23:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2024-11-06 18:23:22 +0000 |
commit | 3a86a26d54a2e0e4b34ba0edefea23cd5c46edf9 (patch) | |
tree | 2b6b46306410e6238cf354c4a1aa5a2046744309 /lib | |
parent | 41b1de670017436ae5f15935b9467c136d62f799 (diff) |
About a year ago, the obsolete function EVP_Cipher(3) was moved out of
the important manual page EVP_EncryptInit(3). Belatedly adjust some
cross references.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/CMAC_Init.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcrypto/man/CMAC_Init.3 b/lib/libcrypto/man/CMAC_Init.3 index f4143cf4512..9052629fe87 100644 --- a/lib/libcrypto/man/CMAC_Init.3 +++ b/lib/libcrypto/man/CMAC_Init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CMAC_Init.3,v 1.6 2024/03/02 09:30:21 tb Exp $ +.\" $OpenBSD: CMAC_Init.3,v 1.7 2024/11/06 18:23:21 schwarze Exp $ .\" .\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 2 2024 $ +.Dd $Mdocdate: November 6 2024 $ .Dt CMAC_INIT 3 .Os .Sh NAME @@ -100,7 +100,7 @@ for use by Functions to obtain suitable .Vt EVP_CIPHER objects are listed in the CIPHER LISTING section of the -.Xr EVP_Cipher 3 +.Xr EVP_EncryptInit 3 manual page. Unless .Fa key @@ -244,13 +244,13 @@ The CMAC code itself does not use the framework, so in general, the reasons for failure cannot be found out with .Xr ERR_get_error 3 . However, since the -.Xr EVP_Cipher 3 +.Xr EVP_EncryptInit 3 functions are used internally, entries may still get pushed onto the error stack in some cases of failure. .Sh SEE ALSO .Xr EVP_aes_128_cbc 3 , -.Xr EVP_Cipher 3 , .Xr EVP_DigestInit 3 , +.Xr EVP_EncryptInit 3 , .Xr EVP_PKEY_CTX_new_id 3 , .Xr HMAC 3 .Sh STANDARDS |