Merge pull request #1047 from JacobBarthelmeh/Testing

macro guard to check if ECC is enabled
This commit is contained in:
dgarske
2017-07-21 10:34:13 -07:00
committed by GitHub

View File

@ -22697,7 +22697,9 @@ void* wolfSSL_GetRsaDecCtx(WOLFSSL* ssl)
#endif
case ECDSAk:
ctx->haveECC = 1;
#ifdef HAVE_ECC
ctx->pkCurveOID = x->pkCurveOID;
#endif
break;
}