CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/08/10 08:42:56
Modified files: lib/libssl/src/ssl: d1_clnt.c d1_meth.c d1_srvr.c s23_clnt.c s23_lib.c s23_meth.c s23_srvr.c s3_clnt.c s3_meth.c s3_srvr.c ssl.h ssl_lib.c ssl_locl.h ssl_sess.c t1_clnt.c t1_meth.c t1_srvr.c Log message: Since we no longer need to support SSLv2-style cipher lists, start unravelling the maze of function pointers and callbacks by directly calling ssl3_{get,put}_cipher_by_char() and removing the ssl_{get,put}_cipher_by_char macros. Prompted by similar changes in boringssl. ok guenther.