summaryrefslogtreecommitdiffstats
path: root/src/include/openssl/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/openssl/obj.h')
-rw-r--r--src/include/openssl/obj.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/openssl/obj.h b/src/include/openssl/obj.h
index 956bbe9..0c7ae60 100644
--- a/src/include/openssl/obj.h
+++ b/src/include/openssl/obj.h
@@ -54,8 +54,8 @@
* copied and put under another distribution licence
* [including the GNU Public Licence.] */
-#ifndef OPENSSL_HEADER_OBJ_H
-#define OPENSSL_HEADER_OBJ_H
+#ifndef OPENSSL_HEADER_OBJECTS_H
+#define OPENSSL_HEADER_OBJECTS_H
#include <openssl/base.h>
@@ -195,4 +195,4 @@ OPENSSL_EXPORT int OBJ_find_sigid_by_algs(int *out_sign_nid, int digest_nid,
#define OBJ_R_UNKNOWN_NID 100
-#endif /* OPENSSL_HEADER_OBJ_H */
+#endif /* OPENSSL_HEADER_OBJECTS_H */