CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/05/15 05:25:59
Modified files: lib/libssl/src/crypto/bn: bn_depr.c lib/libssl/src/crypto/dh: dh_depr.c lib/libssl/src/crypto/dsa: dsa_depr.c lib/libssl/src/crypto/ec: ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c lib/libssl/src/crypto/evp: e_old.c lib/libssl/src/crypto/rsa: rsa_depr.c Log message: Stop being a dummy... presumably these are left overs from pedantic mode that were not wrapped with #if PEDANTIC. ok miod@