From 322de0c8c1ff3d595bc236b30d74cd91240a58f8 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sat, 1 Dec 2001 22:41:39 +0000 Subject: NO_DSA, NO_RSA patches. --- crypto/asn1/i2d_pu.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crypto/asn1/i2d_pu.c') diff --git a/crypto/asn1/i2d_pu.c b/crypto/asn1/i2d_pu.c index 360a5253da..013d19bbf4 100644 --- a/crypto/asn1/i2d_pu.c +++ b/crypto/asn1/i2d_pu.c @@ -61,8 +61,12 @@ #include #include #include +#ifndef OPENSSL_NO_RSA #include +#endif +#ifndef OPENSSL_NO_DSA #include +#endif int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp) { -- cgit v1.2.3