summaryrefslogtreecommitdiff
path: root/tools/cert_create/include/cert.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cert_create/include/cert.h')
-rw-r--r--tools/cert_create/include/cert.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cert_create/include/cert.h b/tools/cert_create/include/cert.h
index 07bb3379..39b45b58 100644
--- a/tools/cert_create/include/cert.h
+++ b/tools/cert_create/include/cert.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef CERT_H_
-#define CERT_H_
+#ifndef CERT_H
+#define CERT_H
#include <openssl/ossl_typ.h>
#include <openssl/x509.h>
@@ -65,4 +65,4 @@ int cert_new(
extern cert_t *certs;
extern const unsigned int num_certs;
-#endif /* CERT_H_ */
+#endif /* CERT_H */