diff options
-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 + |