VMS: turn on name mangling for all our programs
[openssl.git] / test / x509_internal_test.c
index d2f41d708509e1512d7862f4327eb95ecd886c3c..12f6ac95a850249801b2aeac4e1f2aca73589033 100644 (file)
  *
  ***/
 
-#ifdef __VMS
-# pragma names save
-# pragma names as_is,shortened
-#endif
-
 #include "../crypto/x509v3/ext_dat.h"
 #include "../crypto/x509v3/standard_exts.h"
 
-#ifdef __VMS
-# pragma names restore
-#endif
-
 static int test_standard_exts(void)
 {
     size_t i;