CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2019/04/04 10:44:24

Modified files:
        lib/libssl     : ssl_algs.c ssl_ciph.c ssl_locl.h 

Log message:
Clean up the cipher/digest table mess.

The original implementation allows for libcrypto to be compiled without a
given algorithm and libssl then detects that ciphers or digests are
unavailable so that it can disable the associated cipher suites.

This is unnecessary since we do not compile out algorithms.

ok beck@, tb@ (a while back)

Reply via email to