aboutsummaryrefslogtreecommitdiff
path: root/src/core/crypto/onion_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/crypto/onion_crypto.h')
-rw-r--r--src/core/crypto/onion_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/crypto/onion_crypto.h b/src/core/crypto/onion_crypto.h
index 1cddde3610..7abdd6538e 100644
--- a/src/core/crypto/onion_crypto.h
+++ b/src/core/crypto/onion_crypto.h
@@ -44,4 +44,4 @@ void server_onion_keys_free_(server_onion_keys_t *keys);
#define server_onion_keys_free(keys) \
FREE_AND_NULL(server_onion_keys_t, server_onion_keys_free_, (keys))
-#endif
+#endif /* !defined(TOR_ONION_CRYPTO_H) */