diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-22 10:32:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 10:32:10 -0400 |
commit | da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2 (patch) | |
tree | 60f7ff45ee340dc6c008f0f8447458f8056fbef5 /src/lib/crypt_ops/crypto_rsa.h | |
parent | 97b15a1d7c51764888d2172711e3f3a71fb01916 (diff) | |
download | tor-da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2.tar.gz tor-da4ae8a6b6bc45f301c1493bb55b09e2f1209ac2.zip |
Automated fixup of include paths after torlog.h movement.
Diffstat (limited to 'src/lib/crypt_ops/crypto_rsa.h')
-rw-r--r-- | src/lib/crypt_ops/crypto_rsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/crypto_rsa.h b/src/lib/crypt_ops/crypto_rsa.h index 3faec12378..75255c9cc8 100644 --- a/src/lib/crypt_ops/crypto_rsa.h +++ b/src/lib/crypt_ops/crypto_rsa.h @@ -21,7 +21,7 @@ #include "lib/testsupport/testsupport.h" #include "common/compat.h" #include "common/util.h" -#include "common/torlog.h" +#include "lib/log/torlog.h" /** Length of our public keys. */ #define PK_BYTES (1024/8) |