kill some more VMS ifdefs
authorgiovanni <giovanni@openbsd.org>
Thu, 8 May 2014 12:59:17 +0000 (12:59 +0000)
committergiovanni <giovanni@openbsd.org>
Thu, 8 May 2014 12:59:17 +0000 (12:59 +0000)
ok miod@

lib/libcrypto/ec/ecp_nistp224.c
lib/libcrypto/ec/ecp_nistp256.c
lib/libcrypto/ec/ecp_nistp521.c
lib/libcrypto/engine/eng_list.c
lib/libssl/src/crypto/ec/ecp_nistp224.c
lib/libssl/src/crypto/ec/ecp_nistp256.c
lib/libssl/src/crypto/ec/ecp_nistp521.c
lib/libssl/src/crypto/engine/eng_list.c

index 057670c..7593b3c 100644 (file)
 #include <openssl/opensslconf.h>
 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
 
-#ifndef OPENSSL_SYS_VMS
 #include <stdint.h>
-#else
-#include <inttypes.h>
-#endif
 
 #include <string.h>
 #include <openssl/err.h>
index 345f67d..1ff63bb 100644 (file)
 #include <openssl/opensslconf.h>
 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
 
-#ifndef OPENSSL_SYS_VMS
 #include <stdint.h>
-#else
-#include <inttypes.h>
-#endif
 
 #include <string.h>
 #include <openssl/err.h>
index f5b72a4..53a10aa 100644 (file)
 #include <openssl/opensslconf.h>
 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
 
-#ifndef OPENSSL_SYS_VMS
 #include <stdint.h>
-#else
-#include <inttypes.h>
-#endif
 
 #include <string.h>
 #include <openssl/err.h>
index 5528b54..b51557b 100644 (file)
@@ -398,11 +398,7 @@ ENGINE *ENGINE_by_id(const char *id)
        /* Prevent infinite recusrion if we're looking for the dynamic engine. */
        if (strcmp(id, "dynamic"))
                {
-#ifdef OPENSSL_SYS_VMS
-               if((load_dir = getenv("OPENSSL_ENGINES")) == 0) load_dir = "SSLROOT:[ENGINES]";
-#else
                if((load_dir = getenv("OPENSSL_ENGINES")) == 0) load_dir = ENGINESDIR;
-#endif
                iterator = ENGINE_by_id("dynamic");
                if(!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) ||
                                !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) ||
index 057670c..7593b3c 100644 (file)
 #include <openssl/opensslconf.h>
 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
 
-#ifndef OPENSSL_SYS_VMS
 #include <stdint.h>
-#else
-#include <inttypes.h>
-#endif
 
 #include <string.h>
 #include <openssl/err.h>
index 345f67d..1ff63bb 100644 (file)
 #include <openssl/opensslconf.h>
 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
 
-#ifndef OPENSSL_SYS_VMS
 #include <stdint.h>
-#else
-#include <inttypes.h>
-#endif
 
 #include <string.h>
 #include <openssl/err.h>
index f5b72a4..53a10aa 100644 (file)
 #include <openssl/opensslconf.h>
 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
 
-#ifndef OPENSSL_SYS_VMS
 #include <stdint.h>
-#else
-#include <inttypes.h>
-#endif
 
 #include <string.h>
 #include <openssl/err.h>
index 5528b54..b51557b 100644 (file)
@@ -398,11 +398,7 @@ ENGINE *ENGINE_by_id(const char *id)
        /* Prevent infinite recusrion if we're looking for the dynamic engine. */
        if (strcmp(id, "dynamic"))
                {
-#ifdef OPENSSL_SYS_VMS
-               if((load_dir = getenv("OPENSSL_ENGINES")) == 0) load_dir = "SSLROOT:[ENGINES]";
-#else
                if((load_dir = getenv("OPENSSL_ENGINES")) == 0) load_dir = ENGINESDIR;
-#endif
                iterator = ENGINE_by_id("dynamic");
                if(!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) ||
                                !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) ||