summaryrefslogtreecommitdiff
path: root/lib/crypto-backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto-backend.h')
-rw-r--r--lib/crypto-backend.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/crypto-backend.h b/lib/crypto-backend.h
index 76004a7211..f2fbba947d 100644
--- a/lib/crypto-backend.h
+++ b/lib/crypto-backend.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_CRYPTO_BACKEND_H
-#define GNUTLS_CRYPTO_BACKEND_H
+#ifndef GNUTLS_LIB_CRYPTO_BACKEND_H
+#define GNUTLS_LIB_CRYPTO_BACKEND_H
#include <gnutls/crypto.h>
@@ -417,4 +417,4 @@ _gnutls_prf_raw(gnutls_mac_algorithm_t mac,
size_t seed_size, const uint8_t *seed, size_t outsize,
char *out);
-#endif
+#endif /* GNUTLS_LIB_CRYPTO_BACKEND_H */