Skip to content

Commit

Permalink
Merge pull request #137 from JacobBarthelmeh/test
Browse files Browse the repository at this point in the history
fix typo in memory type
  • Loading branch information
lealem47 authored Dec 5, 2023
2 parents b6d0021 + d21f569 commit 3d6db6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkey/clu_rsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ int wolfCLU_RSA(int argc, char** argv)
pp = (const unsigned char**)&der;
rsa = wolfSSL_d2i_RSAPublicKey(NULL, pp, derSz);
}
XFREE(der, HEAP_HINT, DYNAMIC_TYPE_PUBLICKEY);
XFREE(der, HEAP_HINT, DYNAMIC_TYPE_PUBLIC_KEY);
}
}
else {
Expand Down

0 comments on commit 3d6db6c

Please sign in to comment.