From f0e8ae723cf8f86a91bdc5be8a6a5b956309729f Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Wed, 21 Jul 1999 22:10:23 +0000 Subject: Torture weak compilers less by not automatically including x509.h where it is not needed. --- crypto/asn1/x_pkey.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/asn1/x_pkey.c') diff --git a/crypto/asn1/x_pkey.c b/crypto/asn1/x_pkey.c index 30d8c1df08..b0057eb212 100644 --- a/crypto/asn1/x_pkey.c +++ b/crypto/asn1/x_pkey.c @@ -61,6 +61,7 @@ #include #include #include +#include /* need to implement */ int i2d_X509_PKEY(X509_PKEY *a, unsigned char **pp) -- cgit v1.2.3