VMS doesn't support includes of paths very well.

This commit is contained in:
Richard Levitte
2006-03-22 11:26:57 +00:00
parent cb08f4a6a3
commit c788e59365
2 changed files with 7 additions and 3 deletions

View File

@@ -69,7 +69,11 @@
#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 */