diff options
author | Theo Buehler <tb@openbsd.org> | 2020-11-26 07:55:08 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2020-11-26 07:55:08 +0100 |
commit | 7734eb9c8a9a2e7bd60746779ac0fc014090b179 (patch) | |
tree | bc258b0e6b717f2954498cb987d590887f0474a7 | |
parent | eab891a6f46418644ff4992def57255d4950f47d (diff) | |
download | portable-7734eb9c8a9a2e7bd60746779ac0fc014090b179.tar.gz portable-7734eb9c8a9a2e7bd60746779ac0fc014090b179.tar.bz2 portable-7734eb9c8a9a2e7bd60746779ac0fc014090b179.zip |
zap stray word
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||