mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 21:53:48 +01:00
14 lines
325 B
C
14 lines
325 B
C
/* Copyright (c) 2010-2018, The Tor Project, Inc. */
|
|
/* See LICENSE for licensing information */
|
|
|
|
#ifndef TEST_TORTLS_H
|
|
#define TEST_TORTLS_H
|
|
|
|
tor_x509_cert_impl_t *read_cert_from(const char *str);
|
|
|
|
extern const char *notCompletelyValidCertString;
|
|
extern const char *validCertString;
|
|
extern const char *caCertString;
|
|
|
|
#endif
|