summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-06-29 13:48:57 +0100
committerPauli <pauli@openssl.org>2023-07-05 09:03:04 +1000
commit6e5550a1045bb03afb40dac29f82cbc7158dbfc3 (patch)
tree503642094533cb1c084e18f981039b87d9ff6c12 /include
parent9289e59c9581d76f2c3e570d3d8eed6aea598bb8 (diff)
Minor updates
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20061)
Diffstat (limited to 'include')
-rw-r--r--include/internal/statem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/internal/statem.h b/include/internal/statem.h
index c19aba2976..db0b214a32 100644
--- a/include/internal/statem.h
+++ b/include/internal/statem.h
@@ -6,8 +6,8 @@
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/
-#ifndef STATEM_H
-# define STATEM_H
+#ifndef OSSL_INTERNAL_STATEM_H
+# define OSSL_INTERNAL_STATEM_H
/*****************************************************************************
* *