CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/07/09 05:25:42
Modified files: lib/libssl/src/ssl: d1_srvr.c s3_clnt.c s3_enc.c s3_lib.c s3_srvr.c ssl.h ssl_cert.c ssl_ciph.c ssl_lib.c ssl_locl.h t1_enc.c Log message: tedu the SSL export cipher handling - since we do not have enabled export ciphers we no longer need the flags or code to support it. ok beck@ miod@