From 3eeaab4bed46e3320947d0f609b82007b65b5a46 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Sat, 16 Jul 2005 12:37:36 +0000 Subject: make ./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa] make depend all test work again PR: 1159 --- crypto/asn1/t_spki.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crypto/asn1/t_spki.c') diff --git a/crypto/asn1/t_spki.c b/crypto/asn1/t_spki.c index 23ab3b9..c2a5797 100644 --- a/crypto/asn1/t_spki.c +++ b/crypto/asn1/t_spki.c @@ -60,8 +60,12 @@ #include "cryptlib.h" #include #include +#ifndef OPENSSL_NO_RSA #include +#endif +#ifndef OPENSSL_NO_DSA #include +#endif #include /* Print out an SPKI */ -- cgit v1.1