From: Joe Orton Date: Wed, 1 Jul 2026 16:11:54 +0000 (+0100) Subject: doc/man3/ASN1_INTEGER_get_int64.pod: fix a typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51584371a27d2e939babcac3a8fd145c0a2f16ac;p=thirdparty%2Fopenssl.git doc/man3/ASN1_INTEGER_get_int64.pod: fix a typo CLA: trivial Fixes: 6c5b6cb03566 "ASN1 INTEGER refactor." Reviewed-by: Neil Horman Reviewed-by: Frederik Wedel-Heinen Reviewed-by: Eugene Syromiatnikov MergeDate: Wed Jul 8 10:18:11 2026 (Merged from https://github.com/openssl/openssl/pull/31815) --- diff --git a/doc/man3/ASN1_INTEGER_get_int64.pod b/doc/man3/ASN1_INTEGER_get_int64.pod index 4ba6c4c0d71..d25c87a5e25 100644 --- a/doc/man3/ASN1_INTEGER_get_int64.pod +++ b/doc/man3/ASN1_INTEGER_get_int64.pod @@ -108,7 +108,7 @@ B structure respectively or NULL if an error occurs. They will only fail due to a memory allocation error. ASN1_INTEGER_to_BN() and ASN1_ENUMERATED_to_BN() return a B structure -of NULL if an error occurs. They can fail if the passed type is incorrect +or NULL if an error occurs. They can fail if the passed type is incorrect (due to programming error) or due to a memory allocation failure. =head1 SEE ALSO