aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/digestset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypt_ops/digestset.h')
-rw-r--r--src/lib/crypt_ops/digestset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/crypt_ops/digestset.h b/src/lib/crypt_ops/digestset.h
index 91d53a0542..505ac10395 100644
--- a/src/lib/crypt_ops/digestset.h
+++ b/src/lib/crypt_ops/digestset.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2018-2019, The Tor Project, Inc. */
+/* Copyright (c) 2018-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
@@ -26,4 +26,4 @@ void digestset_add(digestset_t *set, const char *addr);
int digestset_probably_contains(const digestset_t *set,
const char *addr);
-#endif
+#endif /* !defined(TOR_DIGESTSET_H) */