Update copyrights to 2021, using "make update-copyright"
[tor.git] / src / test / test_tortls.h
blobc14aba417b3deac14d2ae9cf2fc7ff3b16917e70
1 /* Copyright (c) 2010-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 #ifndef TEST_TORTLS_H
5 #define TEST_TORTLS_H
7 tor_x509_cert_impl_t *read_cert_from(const char *str);
9 extern const char *notCompletelyValidCertString;
10 extern const char *validCertString;
11 extern const char *caCertString;
13 #endif /* !defined(TEST_TORTLS_H) */