From c788e5936564c6b4927f7236a79aac20b5673986 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 22 Mar 2006 11:26:57 +0000 Subject: VMS doesn't support includes of paths very well. --- crypto/evp/evp_pkey.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crypto/evp/evp_pkey.c') diff --git a/crypto/evp/evp_pkey.c b/crypto/evp/evp_pkey.c index eea4705063..f3eca2b87e 100644 --- a/crypto/evp/evp_pkey.c +++ b/crypto/evp/evp_pkey.c @@ -69,7 +69,11 @@ #endif #include +#ifdef FLAT_INC +#include "asn1_locl.h" +#else #include "../asn1/asn1_locl.h" +#endif /* Extract a private key from a PKCS8 structure */ -- cgit v1.2.3