aboutsummaryrefslogtreecommitdiff
path: root/changes/aes_hackery
diff options
context:
space:
mode:
Diffstat (limited to 'changes/aes_hackery')
-rw-r--r--changes/aes_hackery3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/aes_hackery b/changes/aes_hackery
index 739c8a0d6..82aae238c 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.
+