diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/aes_hackery | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/aes_hackery b/changes/aes_hackery index 739c8a0d66..82aae238c8 100644 --- a/changes/aes_hackery +++ b/changes/aes_hackery @@ -8,4 +8,7 @@ - Use OpenSSL's EVP interface for AES encryption, so that all AES operations can use hardware acceleration (if present). Resolves issue #4442. + - But only use the EVP interface when AES acceleration is enabled, + to avoid a performance regression. Resolves issue #4525. + |