forked from wolfSSL/wolfssl
Merge pull request #1429 from JacobBarthelmeh/Testing
fix for build with NTRU and certgen
This commit is contained in:
@ -9650,7 +9650,7 @@ int wc_MakeCert(Cert* cert, byte* derBuffer, word32 derSz, RsaKey* rsaKey,
|
||||
int wc_MakeNtruCert(Cert* cert, byte* derBuffer, word32 derSz,
|
||||
const byte* ntruKey, word16 keySz, WC_RNG* rng)
|
||||
{
|
||||
return MakeAnyCert(cert, derBuffer, derSz, NULL, NULL, rng, ntruKey, keySz);
|
||||
return MakeAnyCert(cert, derBuffer, derSz, NULL, NULL, rng, ntruKey, keySz, NULL);
|
||||
}
|
||||
|
||||
#endif /* HAVE_NTRU */
|
||||
|
Reference in New Issue
Block a user