summaryrefslogtreecommitdiffstats
path: root/test/chacha_internal_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/chacha_internal_test.c')
-rw-r--r--test/chacha_internal_test.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/chacha_internal_test.c b/test/chacha_internal_test.c
index 0c0be9b387..1c8d90a1af 100644
--- a/test/chacha_internal_test.c
+++ b/test/chacha_internal_test.c
@@ -16,8 +16,18 @@
#include <openssl/opensslconf.h>
#include "test_main.h"
#include "testutil.h"
+
+#ifdef __VMS
+# pragma names save
+# pragma names as_is,shortened
+#endif
+
#include "internal/chacha.h"
+#ifdef __VMS
+# pragma names restore
+#endif
+
const static unsigned int key[] = {
0x03020100, 0x07060504, 0x0b0a0908, 0x0f0e0d0c,
0x13121110, 0x17161514, 0x1b1a1918, 0x1f1e1d1c