VMS: turn on name mangling for all our programs
[openssl.git] / test / curve448_internal_test.c
index e7d4378527b1c4ad967727bd7303e1250dc8ec24..f0f10790739c94f238b832220a2417748d244b12 100644 (file)
 #include <string.h>
 #include <openssl/e_os2.h>
 #include <openssl/evp.h>
-
-#ifdef __VMS
-# pragma names save
-# pragma names as_is,shortened
-#endif
-
 #include "curve448_lcl.h"
-
-#ifdef __VMS
-# pragma names restore
-#endif
-
 #include "testutil.h"
 
 static unsigned int max = 1000;