[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Thu Feb 11 13:48:02 UTC 2016
The branch master has been updated
via 3577398360ba38a7dbfbedd8db9ebdd8eadce062 (commit)
from 7253fd550c768979ecd3df8f4dbbedd6e9dd76b0 (commit)
- Log -----------------------------------------------------------------
commit 3577398360ba38a7dbfbedd8db9ebdd8eadce062
Author: Rich Salz <rsalz at akamai.com>
Date: Thu Feb 11 08:27:53 2016 -0500
Missing header include.
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
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 7fb70e4..d85e612 100644
--- a/crypto/bn/rsaz_exp.c
+++ b/crypto/bn/rsaz_exp.c
@@ -40,6 +40,7 @@
* (2) University of Haifa, Israel *
*****************************************************************************/
+#include <openssl/opensslconf.h>
#include "rsaz_exp.h"
#ifndef RSAZ_ENABLED
More information about the openssl-commits
mailing list