CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/26 07:10:15
Modified files:
lib/libcrypto/asn1: x_long.c
Log message:
Provide and use long_{get,set}()
Apparently at some point a LONG_it was misaligned - provide and use
long_{get,set}() so that we always memcpy() rather than doing it some times
but not others. While here provide long_clear() rather than abusing and
reusing long_free().
ok tb@
