From 3577398360ba38a7dbfbedd8db9ebdd8eadce062 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 11 Feb 2016 08:27:53 -0500 Subject: [PATCH] Missing header include. Reviewed-by: Richard Levitte --- crypto/bn/rsaz_exp.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1