VMS doesn't support includes of paths very well.
[openssl.git] / crypto / evp / evp_pkey.c
index eea470506319c1637d4ed601c42d3e0b35ca9217..f3eca2b87e16488bf033186efd5d48acac6490dc 100644 (file)
 #endif
 #include <openssl/bn.h>
 
+#ifdef FLAT_INC
+#include "asn1_locl.h"
+#else
 #include "../asn1/asn1_locl.h"
+#endif
 
 /* Extract a private key from a PKCS8 structure */