summaryrefslogtreecommitdiffstats
path: root/test/poly1305_internal_test.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-04-20 11:16:40 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-20 13:10:06 +0200
commit27fc8ae22001a066ff99a8108f8dd70e547d6d64 (patch)
tree7407254cf2518bc8df4331745c698dd26722e7d7 /test/poly1305_internal_test.c
parentf46f69f4092768ec4b911ced45c8cc73cc008739 (diff)
VMS: remove name mangling guards around inclusion of internals
Note that these guards are still needed around local header files that declare linkable symbols. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3259)
Diffstat (limited to 'test/poly1305_internal_test.c')
-rw-r--r--test/poly1305_internal_test.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/poly1305_internal_test.c b/test/poly1305_internal_test.c
index 1ede8747a0..03b0fa91df 100644
--- a/test/poly1305_internal_test.c
+++ b/test/poly1305_internal_test.c
@@ -14,18 +14,7 @@
#include "testutil.h"
#include "test_main_custom.h"
-
-#ifdef __VMS
-# pragma names save
-# pragma names as_is,shortened
-#endif
-
#include "internal/poly1305.h"
-
-#ifdef __VMS
-# pragma names restore
-#endif
-
#include "../crypto/poly1305/poly1305_local.h"
#include "e_os.h"