CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/05/16 02:24:21
Modified files:
lib/libssl : d1_srtp.c s3_lib.c ssl_algs.c ssl_ciph.c
ssl_clnt.c ssl_err.c ssl_lib.c ssl_locl.h
ssl_sess.c ssl_sigalgs.c ssl_srvr.c
ssl_tlsext.c t1_enc.c
Log message:
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
Where a file references to OPENSSL_NO_* conditions, ensure that we
explicitly include <openssl/opensslconf.h> before any references, rather
than relying on another header to pull this in.