summaryrefslogtreecommitdiffstats
path: root/crypto/conf/keysets.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/conf/keysets.pl')
-rw-r--r--crypto/conf/keysets.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/conf/keysets.pl b/crypto/conf/keysets.pl
index 05b086f7fa..3c6eecd9ca 100644
--- a/crypto/conf/keysets.pl
+++ b/crypto/conf/keysets.pl
@@ -108,7 +108,7 @@ for ($i = 0; $i < 128; $i++) {
}
print "\n};\n\n";
-print "#if ! OPENSSL_API_3\n";
+print "#ifndef OPENSSL_NO_DEPRECATED_3_0\n";
print "static const unsigned short CONF_type_win32[128] = {";
for ($i = 0; $i < 128; $i++) {
print "\n " if ($i % 8) == 0;