mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Include x509.h in tortls_internal.h.
This gives us the definition of tor_x509_cert_impl_t, and makes us less dependent on include order.
This commit is contained in:
parent
b1dceeca5a
commit
8bb686d8a0
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
#ifndef TORTLS_INTERNAL_H
|
||||
#define TORTLS_INTERNAL_H
|
||||
|
||||
#include "lib/tls/x509.h"
|
||||
|
||||
int tor_errno_to_tls_error(int e);
|
||||
#ifdef ENABLE_OPENSSL
|
||||
int tor_tls_get_error(tor_tls_t *tls, int r, int extra,
|
||||
|
|
Loading…
Add table
Reference in a new issue