mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Addressed code review.
This commit is contained in:
@ -1244,7 +1244,6 @@ int wolfSSL_OCSP_request_add1_nonce(OcspRequest* req, unsigned char* val,
|
||||
#ifndef HAVE_FIPS
|
||||
wc_InitRng_ex(&rng, req->heap, INVALID_DEVID)
|
||||
#else
|
||||
WOLFSSL_ABI
|
||||
wc_InitRng(&rng)
|
||||
#endif
|
||||
!= 0) {
|
||||
|
Reference in New Issue
Block a user