]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc/man3/ASN1_INTEGER_get_int64.pod: fix a typo
authorJoe Orton <jorton@redhat.com>
Wed, 1 Jul 2026 16:11:54 +0000 (17:11 +0100)
committerEugene Syromiatnikov <esyr@openssl.org>
Wed, 8 Jul 2026 10:17:43 +0000 (12:17 +0200)
CLA: trivial
Fixes: 6c5b6cb03566 "ASN1 INTEGER refactor."
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Wed Jul  8 10:18:11 2026
(Merged from https://github.com/openssl/openssl/pull/31815)

doc/man3/ASN1_INTEGER_get_int64.pod

index 4ba6c4c0d71f46f288edbb0b985841e699210574..d25c87a5e25c2cf464f11c4c64b10f61743b41e5 100644 (file)
@@ -108,7 +108,7 @@ B<ASN1_ENUMERATED> 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<BIGNUM> 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