]> git.ipfire.org Git - thirdparty/openssl.git/commit
init: fix defined but unused warning/error
authorPauli <pauli@openssl.org>
Thu, 9 Jun 2022 00:23:58 +0000 (10:23 +1000)
committerPauli <pauli@openssl.org>
Tue, 14 Jun 2022 01:26:31 +0000 (11:26 +1000)
commit979575c6ef10ab9b8d74d8c00852b2250eb78f29
tree695326c8882dd56aa2995562fb1b1660865b19e0
parentd2399d8cd29f56e6614f0b3db4e7e563a745902a
init: fix defined but unused warning/error

The #ifdefs weren't quite correct at times.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18503)
crypto/init.c