From: Richard Levitte Date: Sun, 17 Sep 2000 18:16:02 +0000 (+0000) Subject: Since there are some big symbols, engine.h needs to include X-Git-Tag: OpenSSL-engine-0_9_6-beta2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f77600524f2301f355055d74a3422f38ff2f82c8;p=thirdparty%2Fopenssl.git Since there are some big symbols, engine.h needs to include symhacks.h. --- diff --git a/crypto/engine/engine.h b/crypto/engine/engine.h index adf32e751c0..2983f47034e 100644 --- a/crypto/engine/engine.h +++ b/crypto/engine/engine.h @@ -65,6 +65,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" {