VMS: remove name mangling guards around inclusion of internals
[openssl.git] / test / asn1_internal_test.c
index 6dc8a1160d519ae26537ae9511f28cd6b9d98ff9..f936098cd9bc3432bbd95f2021db82b0ed016b4e 100644 (file)
@@ -59,17 +59,7 @@ static int test_tbl_standard()
  *
  ***/
 
-#ifdef __VMS
-# pragma names save
-# pragma names as_is,shortened
-#endif
-
 #include "internal/asn1_int.h"
-
-#ifdef __VMS
-# pragma names restore
-#endif
-
 #include "../crypto/asn1/standard_methods.h"
 
 static int test_standard_methods()