CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/05 04:40:47
Modified files:
regress/lib/libcrypto/bn: bn_print.c
Log message:
Avoid the use of _LP64 in libcrypto regress.
What the tests actually care about is the size of a BN_ULONG, hence
condition on BN_BYTES instead.
Discussed with tb@
