CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2014/04/15 13:42:56
Modified files: lib/libssl/src/ssl: s23_clnt.c s23_srvr.c s3_cbc.c s3_clnt.c s3_enc.c ssl_ciph.c ssl_lib.c ssltest.c t1_enc.c Log message: remove FIPS mode support. people who require FIPS can buy something that meets their needs, but dumping it in here only penalizes the rest of us. ok miod