VMS: remove name mangling guards around inclusion of internals
[oweals/openssl.git] / test / siphash_internal_test.c
index 2df7f3920ce089cadbbe93f4fed4c7e8dd49b8ee..fd097e0d5997a830301c0dd865c5238eaf4b522d 100644 (file)
 #include <openssl/bio.h>
 #include "testutil.h"
 #include "test_main_custom.h"
-
-#ifdef __VMS
-# pragma names save
-# pragma names as_is,shortened
-#endif
-
 #include "internal/siphash.h"
-
-#ifdef __VMS
-# pragma names restore
-#endif
-
 #include "../crypto/siphash/siphash_local.h"
 #include "e_os.h"