VMS: turn on name mangling for all our programs
[openssl.git] / test / wpackettest.c
index 773eef052525188b6e3f035ec7a33956b36c5d7c..71eb76346d1f419c84456f9a9db67e3e370ee1fb 100644 (file)
@@ -9,18 +9,7 @@
 
 #include <string.h>
 #include <openssl/buffer.h>
-
-#ifdef __VMS
-# pragma names save
-# pragma names as_is,shortened
-#endif
-
 #include "../ssl/packet_locl.h"
-
-#ifdef __VMS
-# pragma names restore
-#endif
-
 #include "testutil.h"
 
 static const unsigned char simple1[] = { 0xff };