From 35208f368ceb7814ad93688657bfa05ff2b548ec Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 22 Mar 2006 13:09:35 +0000 Subject: Gather printing routines into EVP_PKEY_ASN1_METHOD. --- crypto/evp/evp_pkey.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crypto/evp/evp_pkey.c') diff --git a/crypto/evp/evp_pkey.c b/crypto/evp/evp_pkey.c index f3eca2b87e..938541fc71 100644 --- a/crypto/evp/evp_pkey.c +++ b/crypto/evp/evp_pkey.c @@ -69,12 +69,6 @@ #endif #include -#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) -- cgit v1.2.3