diff options
| author | giovanni <> | 2014-05-08 12:59:17 +0000 |
|---|---|---|
| committer | giovanni <> | 2014-05-08 12:59:17 +0000 |
| commit | 02e90ebcc6d268cc7153fa1fbb3e00d75612f914 (patch) | |
| tree | eef630f451607fc89deab67c65b8530a091a4220 /src/lib/libcrypto/ec | |
| parent | 93133951820983264b9940472403df1d23e0ccb3 (diff) | |
| download | openbsd-02e90ebcc6d268cc7153fa1fbb3e00d75612f914.tar.gz openbsd-02e90ebcc6d268cc7153fa1fbb3e00d75612f914.tar.bz2 openbsd-02e90ebcc6d268cc7153fa1fbb3e00d75612f914.zip | |
kill some more VMS ifdefs
ok miod@
Diffstat (limited to 'src/lib/libcrypto/ec')
| -rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp224.c | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp256.c | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp521.c | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistp224.c b/src/lib/libcrypto/ec/ecp_nistp224.c index 057670cf04..7593b3c440 100644 --- a/src/lib/libcrypto/ec/ecp_nistp224.c +++ b/src/lib/libcrypto/ec/ecp_nistp224.c | |||
| @@ -28,11 +28,7 @@ | |||
| 28 | #include <openssl/opensslconf.h> | 28 | #include <openssl/opensslconf.h> |
| 29 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 | 29 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 |
| 30 | 30 | ||
| 31 | #ifndef OPENSSL_SYS_VMS | ||
| 32 | #include <stdint.h> | 31 | #include <stdint.h> |
| 33 | #else | ||
| 34 | #include <inttypes.h> | ||
| 35 | #endif | ||
| 36 | 32 | ||
| 37 | #include <string.h> | 33 | #include <string.h> |
| 38 | #include <openssl/err.h> | 34 | #include <openssl/err.h> |
diff --git a/src/lib/libcrypto/ec/ecp_nistp256.c b/src/lib/libcrypto/ec/ecp_nistp256.c index 345f67d520..1ff63bbbcc 100644 --- a/src/lib/libcrypto/ec/ecp_nistp256.c +++ b/src/lib/libcrypto/ec/ecp_nistp256.c | |||
| @@ -29,11 +29,7 @@ | |||
| 29 | #include <openssl/opensslconf.h> | 29 | #include <openssl/opensslconf.h> |
| 30 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 | 30 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 |
| 31 | 31 | ||
| 32 | #ifndef OPENSSL_SYS_VMS | ||
| 33 | #include <stdint.h> | 32 | #include <stdint.h> |
| 34 | #else | ||
| 35 | #include <inttypes.h> | ||
| 36 | #endif | ||
| 37 | 33 | ||
| 38 | #include <string.h> | 34 | #include <string.h> |
| 39 | #include <openssl/err.h> | 35 | #include <openssl/err.h> |
diff --git a/src/lib/libcrypto/ec/ecp_nistp521.c b/src/lib/libcrypto/ec/ecp_nistp521.c index f5b72a4c0d..53a10aa1b9 100644 --- a/src/lib/libcrypto/ec/ecp_nistp521.c +++ b/src/lib/libcrypto/ec/ecp_nistp521.c | |||
| @@ -29,11 +29,7 @@ | |||
| 29 | #include <openssl/opensslconf.h> | 29 | #include <openssl/opensslconf.h> |
| 30 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 | 30 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 |
| 31 | 31 | ||
| 32 | #ifndef OPENSSL_SYS_VMS | ||
| 33 | #include <stdint.h> | 32 | #include <stdint.h> |
| 34 | #else | ||
| 35 | #include <inttypes.h> | ||
| 36 | #endif | ||
| 37 | 33 | ||
| 38 | #include <string.h> | 34 | #include <string.h> |
| 39 | #include <openssl/err.h> | 35 | #include <openssl/err.h> |
