Update source files for deprecation at 3.0
[openssl.git] / crypto / conf / keysets.pl
index 05b086f7faa0c760a8cc9b32319c7ddc902ca9bf..3c6eecd9ca1933c7b6f8fe94b4fdb544b93c3ea2 100644 (file)
@@ -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;