aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/evp_pkey.c')
-rw-r--r--crypto/evp/evp_pkey.c4
1 files changed, 4 insertions, 0 deletions
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 <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 */