summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_def.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-08-12 16:55:25 -0400
committerRichard Levitte <levitte@openssl.org>2019-10-06 10:55:02 +0200
commit7cfc0a555c85220ecfd6ed038a7b859668595b72 (patch)
treef4c44f92397f3791bf3576103faf40bb42163cc4 /crypto/conf/conf_def.h
parent833f7c8c55c3c8a572db2112a5c2eac92c8262b8 (diff)
Deprecate NCONF_WIN32() function
Extensive documentation added in HISTORY section in doc/man5/config.pod Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9578)
Diffstat (limited to 'crypto/conf/conf_def.h')
-rw-r--r--crypto/conf/conf_def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/conf/conf_def.h b/crypto/conf/conf_def.h
index 9b2a3c1bb9..725c430c63 100644
--- a/crypto/conf/conf_def.h
+++ b/crypto/conf/conf_def.h
@@ -56,6 +56,7 @@ static const unsigned short CONF_type_default[128] = {
0x0004, 0x0004, 0x0004, 0x0000, 0x0200, 0x0000, 0x0200, 0x0000,
};
+#if ! OPENSSL_API_3
static const unsigned short CONF_type_win32[128] = {
0x0008, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0010, 0x0010, 0x0000, 0x0000, 0x0010, 0x0000, 0x0000,
@@ -74,3 +75,4 @@ static const unsigned short CONF_type_win32[128] = {
0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004,
0x0004, 0x0004, 0x0004, 0x0000, 0x0200, 0x0000, 0x0200, 0x0000,
};
+#endif