CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/29 13:16:09
Modified files:
lib/libssl/src/ssl: s3_clnt.c s3_meth.c s3_srvr.c
Log message:
Add linker warnings in case SSLv3_{,client,server}_method are referenced.
Use of this symbols proves the existence of a code path willingly using SSLv3,
even with OPENSSL_NO_SSL3 being defined, which hints that it needs fixing.
Discussed with the LibreSSL cabal during c2k15; ok deraadt@
