aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pkey.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-03-22 13:09:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-03-22 13:09:35 +0000
commit35208f368ceb7814ad93688657bfa05ff2b548ec (patch)
tree2e66022b19bc685363a327e8fdcc7e083a942d34 /crypto/evp/evp_pkey.c
parentc788e5936564c6b4927f7236a79aac20b5673986 (diff)
downloadopenssl-35208f368ceb7814ad93688657bfa05ff2b548ec.tar.gz
Gather printing routines into EVP_PKEY_ASN1_METHOD.
Diffstat (limited to 'crypto/evp/evp_pkey.c')
-rw-r--r--crypto/evp/evp_pkey.c6
1 files changed, 0 insertions, 6 deletions
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 <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)