Better return value
This commit is contained in:
parent
1967375ea5
commit
682354628b
@ -467,7 +467,7 @@ int CheckOcspRequest(WOLFSSL_OCSP* ocsp, OcspRequest* ocspRequest,
|
||||
return ret;
|
||||
}
|
||||
WOLFSSL_LEAVE("CheckOcspRequest", ocsp->error);
|
||||
return ocsp->error;
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user