From: Rich Salz Date: Thu, 11 Feb 2016 13:27:53 +0000 (-0500) Subject: Missing header include. X-Git-Tag: OpenSSL_1_1_0-pre3~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3577398360ba38a7dbfbedd8db9ebdd8eadce062;p=thirdparty%2Fopenssl.git Missing header include. Reviewed-by: Richard Levitte --- diff --git a/crypto/bn/rsaz_exp.c b/crypto/bn/rsaz_exp.c index 7fb70e4afd..d85e612bf7 100644 --- a/crypto/bn/rsaz_exp.c +++ b/crypto/bn/rsaz_exp.c @@ -40,6 +40,7 @@ * (2) University of Haifa, Israel * *****************************************************************************/ +#include #include "rsaz_exp.h" #ifndef RSAZ_ENABLED