]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/include/opt.h
Fix header file include guard names
[thirdparty/openssl.git] / apps / include / opt.h
index 9415dd797b2b19d0a420ba0e22467c025dce1ca0..5493563004b5b225cc0374a7886b393e9957fe25 100644 (file)
@@ -6,8 +6,8 @@
  * in the file LICENSE in the source distribution or at
  * https://www.openssl.org/source/license.html
  */
-#ifndef HEADER_OPT_H
-#define HEADER_OPT_H
+#ifndef OSSL_APPS_OPT_H
+#define OSSL_APPS_OPT_H
 
 #include <sys/types.h>
 #include <openssl/e_os2.h>
@@ -347,4 +347,4 @@ int opt_format_error(const char *s, unsigned long flags);
 int opt_isdir(const char *name);
 int opt_printf_stderr(const char *fmt, ...);
 
-#endif /* HEADER_OPT_H */
+#endif /* OSSL_APPS_OPT_H */