mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
fix for location of xmemset
This commit is contained in:
committed by
kaleb-himes
parent
e515274d15
commit
f3038b7aa5
@ -18366,8 +18366,6 @@ int BuildMessage(WOLFSSL* ssl, byte* output, int outSz, const byte* input,
|
|||||||
ret = wc_RNG_GenerateBlock(ssl->rng, args->iv, args->ivSz);
|
ret = wc_RNG_GenerateBlock(ssl->rng, args->iv, args->ivSz);
|
||||||
if (ret != 0)
|
if (ret != 0)
|
||||||
goto exit_buildmsg;
|
goto exit_buildmsg;
|
||||||
|
|
||||||
XMEMSET(args->iv, 0, args->ivSz);
|
|
||||||
}
|
}
|
||||||
#if !defined(NO_PUBLIC_GCM_SET_IV) && \
|
#if !defined(NO_PUBLIC_GCM_SET_IV) && \
|
||||||
((defined(HAVE_FIPS) || defined(HAVE_SELFTEST)) && \
|
((defined(HAVE_FIPS) || defined(HAVE_SELFTEST)) && \
|
||||||
|
Reference in New Issue
Block a user