]> git.ipfire.org Git - thirdparty/openssl.git/commit
For provider tests, don't define a OPENSSL_NO_ macro
authorRichard Levitte <levitte@openssl.org>
Thu, 4 Apr 2019 10:35:47 +0000 (12:35 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 4 Apr 2019 11:39:33 +0000 (13:39 +0200)
commit2a2bc6fc12c6f6fc47c7c66dd4d0e3ef4be17777
treec5e7c9144ae14c9aae40961c1bc0c08b026fe384
parent706b6333a6dd29a8d11561dee8013a2fddbc2742
For provider tests, don't define a OPENSSL_NO_ macro

Since the macro to indicate if the test provider module is available
is local to the test programs, it's better to use a name that isn't
as easily confused with a library feature disabling macro that one
would expect to find in opensslconf.h.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8664)
test/build.info
test/provider_internal_test.c
test/provider_test.c