diff options
author | George Kadianakis <desnacked@gmail.com> | 2011-11-25 01:08:31 +0100 |
---|---|---|
committer | George Kadianakis <desnacked@gmail.com> | 2011-11-25 01:08:31 +0100 |
commit | 1d1d5ae7f8f91b62f0e86081ff1f7255c545383b (patch) | |
tree | fde11216eb7fb0ba4265660af3fc158d0c95fc91 /src/common/crypto.h | |
parent | 7c37a664c17f4dd9748f096ea385c3627cc323fa (diff) | |
download | tor-1d1d5ae7f8f91b62f0e86081ff1f7255c545383b.tar.gz tor-1d1d5ae7f8f91b62f0e86081ff1f7255c545383b.zip |
Finishing touches.
- Make check-spaces happy.
- Remove a stray header from crypto.h
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index 504c59b1a7..683c8ea38f 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -16,8 +16,6 @@ #include <stdio.h> #include "torint.h" -#include <openssl/bn.h> - /** Length of the output of our message digest. */ #define DIGEST_LEN 20 /** Length of the output of our second (improved) message digests. (For now |