From bc36ee6227517edae802bcb0da68d4f04fe1fb5e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 20 Feb 2001 08:13:47 +0000 Subject: Use new-style system-id macros everywhere possible. I hope I haven't missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS. --- crypto/symhacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/symhacks.h') diff --git a/crypto/symhacks.h b/crypto/symhacks.h index 436f27d78c..86c0ee442f 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -158,7 +158,7 @@ #undef ENGINE_set_default_BN_mod_exp_crt #define ENGINE_set_default_BN_mod_exp_crt ENGINE_set_def_BN_mod_exp_crt -#endif /* defined VMS */ +#endif /* defined OPENSSL_SYS_VMS */ /* Case insensiteve linking causes problems.... */ -- cgit v1.2.3