From 9fc2570677f9f5c4468af9d6324b7bcd7d0e9c6a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 7 Sep 2000 08:18:05 +0000 Subject: It's not just VMS that needs some symbols to be hacked. Let's centralise those hacks in crypto/symhacks.h and use it everywhere it's needed. --- crypto/pem/pem.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crypto/pem/pem.h') diff --git a/crypto/pem/pem.h b/crypto/pem/pem.h index 46aafa6815..6d3c446577 100644 --- a/crypto/pem/pem.h +++ b/crypto/pem/pem.h @@ -531,9 +531,7 @@ void PEM_dek_info(char *buf, const char *type, int len, char *str); #ifndef SSLEAY_MACROS -#ifdef VMS -#include -#endif +#include DECLARE_PEM_rw(X509, X509) -- cgit v1.2.3