diff options
Diffstat (limited to 'src/test/test_tortls.h')
-rw-r--r-- | src/test/test_tortls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_tortls.h b/src/test/test_tortls.h index 1a8b117d0f..21c6fa0a8f 100644 --- a/src/test/test_tortls.h +++ b/src/test/test_tortls.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2019, The Tor Project, Inc. */ +/* Copyright (c) 2010-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ #ifndef TEST_TORTLS_H @@ -10,4 +10,4 @@ extern const char *notCompletelyValidCertString; extern const char *validCertString; extern const char *caCertString; -#endif +#endif /* !defined(TEST_TORTLS_H) */ |