Skip to content

Commit

Permalink
src/ssl_asn1.c: fix misspelling cause by overbroad search+replace.
Browse files Browse the repository at this point in the history
  • Loading branch information
douzzer committed Mar 1, 2025
1 parent de6ac31 commit d6b5c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssl_asn1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ WOLFSSL_ASN1_INTEGER* wolfSSL_ASN1_INTEGER_dup(const WOLFSSL_ASN1_INTEGER* src)

WOLFSSL_ENTER("wolfSSL_ASN1_INTEGER_dup");

/* Check for object to dstlicate. */
/* Check for object to duplicate. */
if (src != NULL) {
/* Create a new ASN.1 INTEGER object to be copied into. */
dst = wolfSSL_ASN1_INTEGER_new();
Expand Down

0 comments on commit d6b5c8e

Please sign in to comment.