For OpenVMS, use inttypes.h instead of stdint.h
[openssl.git] / crypto / ec / ecp_nistp521.c
index 3c7ced394b308be252420ea31330ee27754020dc..178b655f7f177c7e5dd5a0dba7fe5db623bdc0ed 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>
 #include "ec_lcl.h"