sha/asm/sha1-armv4-large.pl: add NEON and ARMv8 code paths.
[oweals/openssl.git] / crypto / ec / ecp_nistp256.c
index aa125d35fceace328854a74ce772161213321d90..4bc0f5dce02212798671334e87444adaa80dd500 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"