CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/23 11:04:41
Modified files:
lib/libcrypto/asn1: tasn_typ.c
Log message:
Route templated implementations of {d2i,i2d}_ASN1_BOOLEAN() through
ASN1_item_ex_{d2i,i2d}() instead of ASN1_item_{d2i,i2d}(). Fixes test
failure on sparc64, and hopefully all other architectures.
reported by tobhe
with/ok jsing
