From 1e26a8baedbc74036ada80deb16296e7d4eedb18 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Sun, 16 Mar 2008 21:05:46 +0000 Subject: Fix a variety of warnings generated by some elevated compiler-fascism, OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff... --- crypto/dh/dh_ameth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/dh/dh_ameth.c') diff --git a/crypto/dh/dh_ameth.c b/crypto/dh/dh_ameth.c index 420cfcda34..b56edda44f 100644 --- a/crypto/dh/dh_ameth.c +++ b/crypto/dh/dh_ameth.c @@ -60,6 +60,7 @@ #include #include #include +#include #include "asn1_locl.h" static void int_dh_free(EVP_PKEY *pkey) -- cgit v1.2.3