Gather printing routines into EVP_PKEY_ASN1_METHOD.
[openssl.git] / crypto / evp / evp_pkey.c
index f3eca2b87e16488bf033186efd5d48acac6490dc..938541fc71315a7705d4ee5c0bd89697418eeab0 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 */
 
 EVP_PKEY *EVP_PKCS82PKEY(PKCS8_PRIV_KEY_INFO *p8)