diff options
author | jsing <> | 2022-09-03 16:01:23 +0000 |
---|---|---|
committer | jsing <> | 2022-09-03 16:01:23 +0000 |
commit | d0cf54fdf2a9431fe817cbc6f9a450c5ae431bef (patch) | |
tree | d9f88e7afb11bde7d7ebd46c83b3f0037af70b32 /src/regress/lib/libcrypto/rc4/rc4_test.c | |
parent | 683000615ee42607c643c323988c280f7edb4247 (diff) | |
download | openbsd-d0cf54fdf2a9431fe817cbc6f9a450c5ae431bef.tar.gz openbsd-d0cf54fdf2a9431fe817cbc6f9a450c5ae431bef.tar.bz2 openbsd-d0cf54fdf2a9431fe817cbc6f9a450c5ae431bef.zip |
Stop using CBIGNUM_it internal to libcrypto.
CBIGNUM_it is supposed to be the "clear bignum" or "secure" bignum - that
is one which zeros its memory after use and ensures that the constant time
flags are set... in LibreSSL we always do both of these things for BIGNUMs,
so just use BIGNUM_it instead.
ok tb@
Diffstat (limited to 'src/regress/lib/libcrypto/rc4/rc4_test.c')
0 files changed, 0 insertions, 0 deletions