summaryrefslogtreecommitdiff
path: root/src/ocsptool-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ocsptool-common.h')
-rw-r--r--src/ocsptool-common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ocsptool-common.h b/src/ocsptool-common.h
index eda4adbc8b..76f16b0b92 100644
--- a/src/ocsptool-common.h
+++ b/src/ocsptool-common.h
@@ -18,8 +18,8 @@
* <https://www.gnu.org/licenses/>.
*/
-#ifndef OCSPTOOL_COMMON_H
-#define OCSPTOOL_COMMON_H
+#ifndef GNUTLS_SRC_OCSPTOOL_COMMON_H
+#define GNUTLS_SRC_OCSPTOOL_COMMON_H
#include <gnutls/ocsp.h>
@@ -45,4 +45,4 @@ check_ocsp_response(gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer,
gnutls_datum_t * data, gnutls_datum_t *nonce,
int verbose);
-#endif
+#endif /* GNUTLS_SRC_OCSPTOOL_COMMON_H */