diff options
Diffstat (limited to 'src/common/crypto.c')
-rw-r--r-- | src/common/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c index fec0a78a62..14abc31842 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -15,7 +15,7 @@ #include <assert.h> #include "crypto.h" -#include "config.h" +#include "../or/or.h" #include "log.h" #if OPENSSL_VERSION_NUMBER < 0x00905000l |