fix user_rsa with blinding API addition

This commit is contained in:
toddouska
2016-07-25 15:33:28 -07:00
parent 16336e37ec
commit cd5486a4e6
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -105,6 +105,7 @@ WOLFSSL_API int wc_RsaPublicKeyDecodeRaw(const byte* n, word32 nSz,
#endif
WOLFSSL_API int wc_RsaFlattenPublicKey(RsaKey*, byte*, word32*, byte*,
word32*);
WOLFSSL_API int wc_RsaSetRNG(RsaKey* key, WC_RNG* rng);
#if defined(WOLFSSL_CERT_GEN) || defined(WOLFSSL_KEY_GEN)