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
|
#ifndef HAVE_FIPS
|
||||||
wc_InitRng_ex(&rng, req->heap, INVALID_DEVID)
|
wc_InitRng_ex(&rng, req->heap, INVALID_DEVID)
|
||||||
#else
|
#else
|
||||||
WOLFSSL_ABI
|
|
||||||
wc_InitRng(&rng)
|
wc_InitRng(&rng)
|
||||||
#endif
|
#endif
|
||||||
!= 0) {
|
!= 0) {
|
||||||
|
Reference in New Issue
Block a user