about summary refs log tree commit diff stats
path: root/src/config/tlscerts.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 14:51:39 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 14:51:39 +0100
commit9cff37352a0200dbe0acb1b6a9e5810ee33743ea (patch)
tree16ee077c3b0dcb38807280e616c647fc6a207d91 /src/config/tlscerts.h
parent310abd401d9706cb633308cfa2c78317c720d417 (diff)
downloadprofani-tty-9cff37352a0200dbe0acb1b6a9e5810ee33743ea.tar.gz
Make header defines consistent
Diffstat (limited to 'src/config/tlscerts.h')
-rw-r--r--src/config/tlscerts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/tlscerts.h b/src/config/tlscerts.h
index 8e9bdfa4..0001fc28 100644
--- a/src/config/tlscerts.h
+++ b/src/config/tlscerts.h
@@ -32,8 +32,8 @@
  *
  */
 
-#ifndef TLSCERTS_H
-#define TLSCERTS_H
+#ifndef CONFIG_TLSCERTS_H
+#define CONFIG_TLSCERTS_H
 
 typedef struct tls_cert_t {
     int version;