diff --git a/src/internal.c b/src/internal.c index 096bf9dd..49b21da8 100644 --- a/src/internal.c +++ b/src/internal.c @@ -1034,6 +1034,7 @@ int IdentifyAsn1Key(const byte* in, word32 inSz, int isPrivate, void* heap) } +#ifndef WOLFSSH_NO_RSA /* * Utility function to read an Mpint from the stream directly into a mp_int. */ @@ -1052,7 +1053,6 @@ static INLINE int GetMpintToMp(mp_int* mp, } -#ifndef WOLFSSH_NO_RSA /* * For the given RSA key, calculate p^-1 and q^-1. wolfCrypt's RSA * code expects them, but the OpenSSH format key doesn't store them.