CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2014/06/01 09:39:52
Modified files: lib/libssl/src/crypto/asn1: asn_mime.c lib/libssl/src/crypto/x509v3: v3_utl.c Log message: There is no need for is{upper,lower}() tests before to{lower,uppper}(), since all other characters are mapped through transparently. ok jsing