diff options
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r-- | src/common/tortls.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h index c86b98885a..c7b319761d 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -11,10 +11,10 @@ * \brief Headers for tortls.c **/ -#include "crypto_rsa.h" -#include "compat_openssl.h" -#include "compat.h" -#include "testsupport.h" +#include "common/crypto_rsa.h" +#include "common/compat_openssl.h" +#include "common/compat.h" +#include "common/testsupport.h" /* Opaque structure to hold a TLS connection. */ typedef struct tor_tls_t tor_tls_t; |