Skip to content

Commit

Permalink
fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miyazakh committed Sep 20, 2024
1 parent 28c6496 commit 0a81be5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wolfcrypt/src/asn.c
Original file line number Diff line number Diff line change
Expand Up @@ -9608,10 +9608,9 @@ static int RsaPublicKeyDecodeRawIndex(const byte* input, word32* inOutIdx,
const byte* n = NULL;
const byte* e = NULL; /* pointer to modulus/exponent */
word32 rawIndex = 0;

ret = wc_RsaPublicKeyDecode_ex(input, inOutIdx, (word32)inSz,
&n, key_n_len, &e, key_e_len);

if (ret == 0) {
/* convert pointer to offset */
if (key_n != NULL) {
Expand Down

0 comments on commit 0a81be5

Please sign in to comment.