diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-11-10 10:40:19 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-11-10 10:40:19 -0500 |
commit | 05c34b3330349bbb1311e2366e7593993f1de6d7 (patch) | |
tree | 794b63deeb4bd56f251cf3500c545e1e8b76646c | |
parent | 39e8fa81f7e42b6bff10e48109bee9409870d38d (diff) | |
download | tor-05c34b3330349bbb1311e2366e7593993f1de6d7.tar.gz tor-05c34b3330349bbb1311e2366e7593993f1de6d7.zip |
appease check-spaces
-rw-r--r-- | src/common/compat_openssl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/compat_openssl.h b/src/common/compat_openssl.h index 5d5941a8a3..3fcd684c0c 100644 --- a/src/common/compat_openssl.h +++ b/src/common/compat_openssl.h @@ -7,7 +7,7 @@ #ifndef TOR_COMPAT_OPENSSL_H #define TOR_COMPAT_OPENSSL_H -#include <openssl/opensslv.h> +#include <openssl/opensslv.h> /** * \file compat_openssl.h @@ -34,3 +34,4 @@ #endif #endif + |