summaryrefslogtreecommitdiffstats
path: root/crypto/bn/rsaz_exp.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-11 08:27:53 -0500
committerRich Salz <rsalz@openssl.org>2016-02-11 08:47:57 -0500
commit3577398360ba38a7dbfbedd8db9ebdd8eadce062 (patch)
treec8947b3151be1f0699d48f5f3f6f8130eef2c537 /crypto/bn/rsaz_exp.c
parent7253fd550c768979ecd3df8f4dbbedd6e9dd76b0 (diff)
Missing header include.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/bn/rsaz_exp.c')
-rw-r--r--crypto/bn/rsaz_exp.c1
1 files changed, 1 insertions, 0 deletions
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 <openssl/opensslconf.h>
#include "rsaz_exp.h"
#ifndef RSAZ_ENABLED