]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/s3_lib.c
Remove compile time guard checking from ssl3_get_req_cert_type
authorMatt Caswell <matt@openssl.org>
Fri, 15 Jan 2021 16:10:52 +0000 (16:10 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 5 Feb 2021 15:22:42 +0000 (15:22 +0000)
commit3de751e7f0791f5c9778faf44631555f05e24fad
tree44d33e0363fc5ddc9be4ec1f4cb739366e440d12
parent05b4b85d4bb9f54fa7ed5e964595308f1f87d5b8
Remove compile time guard checking from ssl3_get_req_cert_type

With 3.0 we need to know whether algs are available at run time not
at compile time. Actually the code as written is sufficient to do this,
so we can simply remove the guards.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13916)
ssl/s3_lib.c