The branch master has been updated
       via  3577398360ba38a7dbfbedd8db9ebdd8eadce062 (commit)
      from  7253fd550c768979ecd3df8f4dbbedd6e9dd76b0 (commit)


- Log -----------------------------------------------------------------
commit 3577398360ba38a7dbfbedd8db9ebdd8eadce062
Author: Rich Salz <rs...@akamai.com>
Date:   Thu Feb 11 08:27:53 2016 -0500

    Missing header include.
    
    Reviewed-by: Richard Levitte <levi...@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
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to