CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/01/02 01:03:02
Modified files:
lib/libcrypto/asn1: asn1.h x_long.c
Log message:
Unexport ASN1_LONG_UNDEF
This is another one of these weird magic values that nothing outside
of libcrypto uses. Fix a confusing comment in long_i2c() while there.
The skipping behavior is used in particular for omitting the optional
length value in the non-standard OpenSSL-specific DHparam() ASN.1
encoding.
ok jsing kenjiro
