summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-10 18:02:59 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-10 18:02:59 +0100
commit056be06b4dfd7eaf7914febd043e9b446e1ed772 (patch)
tree07b708bff18fd56b66e8fab37143691c9597d409 /include
parentf69e29e2c2ae61d6323dd9f2b9b316dd816da3ff (diff)
The guard macro to be defined didn't match the guard macro checked
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/internal/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/conf.h b/include/internal/conf.h
index 71b75ddc07..3f1c30f3e1 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>