summaryrefslogtreecommitdiff
path: root/lib/secrets.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/secrets.h')
-rw-r--r--lib/secrets.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/secrets.h b/lib/secrets.h
index f80d5c934e..13220264a3 100644
--- a/lib/secrets.h
+++ b/lib/secrets.h
@@ -20,8 +20,9 @@
*
*/
-#ifndef SECRETS_H
-#define SECRETS_H
+#ifndef GNUTLS_LIB_SECRETS_H
+#define GNUTLS_LIB_SECRETS_H
+
#include "gnutls_int.h"
int _tls13_init_secret(gnutls_session_t session, const uint8_t *psk, size_t psk_size);
@@ -54,4 +55,4 @@ int _tls13_expand_secret2(const mac_entry_st *prf,
const uint8_t secret[MAX_CIPHER_KEY_SIZE],
unsigned out_size, void *out);
-#endif
+#endif /* GNUTLS_LIB_SECRETS_H */