diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-24 11:08:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-24 11:08:27 -0400 |
commit | f57d8722e04336031e06633cfc493b04d0c16f90 (patch) | |
tree | b7c13b7c1975631a127f8f69d1c038d811b2a14d /changes | |
parent | e818a7190599ff46184e1b8541b2317c145e6d8d (diff) | |
download | tor-f57d8722e04336031e06633cfc493b04d0c16f90.tar.gz tor-f57d8722e04336031e06633cfc493b04d0c16f90.zip |
Fix the 0.3.4 part of bug 27781 (arm compilation)
Because with arm on OpenSSL <1.1 we don't define USE_EVP_AES_CTR, we
need to include crypto_util.h here.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27781 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27781 b/changes/bug27781 new file mode 100644 index 0000000000..44d838af8a --- /dev/null +++ b/changes/bug27781 @@ -0,0 +1,4 @@ + o Major bugfixes (compilation): + - Fix compilation on arm (and other less-used CPUs) + when compiling with OpenSSL before 1.1. Fixes bug 27781; + bugfix on 0.3.4.1-alpha. |