mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-30 22:29:51 +01:00
Merge pull request #3571 from JacobBarthelmeh/Testing
Some initial testing and clean up
This commit is contained in:
@@ -17867,7 +17867,7 @@ void FreeOcspRequest(OcspRequest* req)
|
||||
|
||||
int CompareOcspReqResp(OcspRequest* req, OcspResponse* resp)
|
||||
{
|
||||
int cmp;
|
||||
int cmp = -1; /* default as not matching, cmp gets set on each check */
|
||||
OcspEntry *single, *next, *prev = NULL, *top;
|
||||
|
||||
WOLFSSL_ENTER("CompareOcspReqResp");
|
||||
|
||||
@@ -6288,7 +6288,7 @@ int wc_ecc_verify_hash_ex(mp_int *r, mp_int *s, const byte* hash,
|
||||
#else
|
||||
{
|
||||
int err;
|
||||
word32 keySz;
|
||||
word32 keySz = 0;
|
||||
#if defined(WOLFSSL_ATECC508A) || defined(WOLFSSL_ATECC608A)
|
||||
byte sigRS[ATECC_KEY_SIZE*2];
|
||||
#elif defined(WOLFSSL_CRYPTOCELL)
|
||||
|
||||
Reference in New Issue
Block a user