Merge pull request #3367 from kaleb-himes/NTRU_MAINTENANCE

Fix NTRU + QSH build
This commit is contained in:
JacobBarthelmeh
2020-10-08 14:04:21 -06:00
committed by GitHub
+1 -1
View File
@@ -13119,7 +13119,7 @@ static int rsa_test(void)
#ifdef WOLFSSL_SMALL_STACK
RsaKey *caKey = (RsaKey *)XMALLOC(sizeof *caKey, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
#else
RsaKey caKey_buf, caKey = &caKey_buf;
RsaKey caKey_buf, *caKey = &caKey_buf;
#endif
#endif
#if !defined(NO_ASN) || !defined(WOLFSSL_RSA_PUBLIC_ONLY) \