aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2020-11-26 07:55:08 +0100
committerTheo Buehler <tb@openbsd.org>2020-11-26 07:55:08 +0100
commit7734eb9c8a9a2e7bd60746779ac0fc014090b179 (patch)
treebc258b0e6b717f2954498cb987d590887f0474a7
parenteab891a6f46418644ff4992def57255d4950f47d (diff)
downloadportable-7734eb9c8a9a2e7bd60746779ac0fc014090b179.tar.gz
portable-7734eb9c8a9a2e7bd60746779ac0fc014090b179.tar.bz2
portable-7734eb9c8a9a2e7bd60746779ac0fc014090b179.zip
zap stray word
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bf9d198..06fedf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -123,7 +123,7 @@ LibreSSL Portable Release Notes:
123 * Implement key exporter for TLSv1.3. 123 * Implement key exporter for TLSv1.3.
124 124
125 * Plug a large memory leak in the new verifier caused by calling 125 * Plug a large memory leak in the new verifier caused by calling
126 X509_policy_check() repeatedly instead. 126 X509_policy_check() repeatedly.
127 127
128 * Avoid leaking memory in x509_verify_chain_dup(). 128 * Avoid leaking memory in x509_verify_chain_dup().
129 129