X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Fchacha_internal_test.c;h=0c0be9b38792b552a07dabb9a60692c6784475f2;hp=1c8d90a1afcd362bbe02f8d0134f3352ba714852;hb=27fc8ae22001a066ff99a8108f8dd70e547d6d64;hpb=f46f69f4092768ec4b911ced45c8cc73cc008739;ds=sidebyside diff --git a/test/chacha_internal_test.c b/test/chacha_internal_test.c index 1c8d90a1af..0c0be9b387 100644 --- a/test/chacha_internal_test.c +++ b/test/chacha_internal_test.c @@ -16,18 +16,8 @@ #include #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