CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2017/01/25 17:42:44
Modified files: lib/libssl : ssl_lib.c ssl_locl.h t1_clnt.c t1_meth.c t1_srvr.c Log message: Remove ssl3_undef_enc_method - if we have internal bugs we want to segfault so that we can debug it, rather than adding a "should not be called" error to the stack. Discussed with beck@