[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed Feb 10 17:13:18 UTC 2016
The branch master has been updated
via 056be06b4dfd7eaf7914febd043e9b446e1ed772 (commit)
from f69e29e2c2ae61d6323dd9f2b9b316dd816da3ff (commit)
- Log -----------------------------------------------------------------
commit 056be06b4dfd7eaf7914febd043e9b446e1ed772
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Feb 10 18:02:59 2016 +0100
The guard macro to be defined didn't match the guard macro checked
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
include/internal/conf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/internal/conf.h b/include/internal/conf.h
index 71b75dd..3f1c30f 100644
--- a/include/internal/conf.h
+++ b/include/internal/conf.h
@@ -38,7 +38,7 @@
*/
#ifndef HEADER_INTERNAL_CONF_H
-# define INTERNAL_CONF_H
+# define HEADER_INTERNAL_CONF_H
#include <openssl/conf.h>
More information about the openssl-commits
mailing list