Deprecate NCONF_WIN32() function
[openssl.git] / crypto / conf / keysets.pl
index 68addbfe20db977531a048498b5c415a56970b14..05b086f7faa0c760a8cc9b32319c7ddc902ca9bf 100644 (file)
@@ -108,9 +108,11 @@ for ($i = 0; $i < 128; $i++) {
 }
 print "\n};\n\n";
 
+print "#if ! OPENSSL_API_3\n";
 print "static const unsigned short CONF_type_win32[128] = {";
 for ($i = 0; $i < 128; $i++) {
     print "\n   " if ($i % 8) == 0;
     printf " 0x%04X,", $V_w32[$i];
 }
 print "\n};\n";
+print "#endif\n";