Skip to content

Commit

Permalink
Gate GetOpenSshKeyRsa with WOLFSSH_NO_RSA
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Dec 28, 2023
1 parent 60a2960 commit 916817b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ static INLINE int CalcRsaInverses(RsaKey* key)
return ret;
}


#ifndef WOLFSSH_NO_RSA
/*
* Utility for GetOpenSshKey() to read in RSA keys.
*/
Expand Down Expand Up @@ -1105,7 +1105,7 @@ static int GetOpenSshKeyRsa(RsaKey* key,

return ret;
}

#endif

/*
* Utility for GetOpenSshKey() to read in ECDSA keys.
Expand Down

0 comments on commit 916817b

Please sign in to comment.