CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2021/11/23 04:10:51
Modified files: lib/libcrypto/asn1: f_enum.c f_int.c Log message: re-align these copies of the a2i_*(3) code with f_string.c rev. 1.19 to fix the same double-counting of the backslash and to make the parsing stricter in the same way; OK tb@