diff options
| author | tcely <tcely@users.noreply.github.com> | 2019-03-06 07:56:34 -0500 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-23 21:34:18 +0000 |
| commit | a06ffff95a8af09252e8acb149121c0707b2d54e (patch) | |
| tree | 56e35a3bd34241b9508ba7cabc921f07045e384c /testing/softhsm/softhsm-2.5.0-botan_ecb-exception-fix.patch | |
| parent | dca992785e1534c3bd8e0971aed453c42f954e53 (diff) | |
| download | aports-a06ffff95a8af09252e8acb149121c0707b2d54e.tar.bz2 aports-a06ffff95a8af09252e8acb149121c0707b2d54e.tar.xz | |
community/softhsm: move from testing
Diffstat (limited to 'testing/softhsm/softhsm-2.5.0-botan_ecb-exception-fix.patch')
| -rw-r--r-- | testing/softhsm/softhsm-2.5.0-botan_ecb-exception-fix.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/softhsm/softhsm-2.5.0-botan_ecb-exception-fix.patch b/testing/softhsm/softhsm-2.5.0-botan_ecb-exception-fix.patch deleted file mode 100644 index a71081e0ee..0000000000 --- a/testing/softhsm/softhsm-2.5.0-botan_ecb-exception-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit a9a40fc64635cfb924279cae3c42e6946e89718c -Author: tcely <tcely@users.noreply.github.com> -Date: Wed Mar 6 07:14:32 2019 -0500 - - fix protected Exception usage - -diff --git a/src/lib/crypto/Botan_ecb.cpp b/src/lib/crypto/Botan_ecb.cpp -index f27276e..6947aab 100644 ---- a/src/lib/crypto/Botan_ecb.cpp -+++ b/src/lib/crypto/Botan_ecb.cpp -@@ -108,7 +108,7 @@ void ECB_Encryption::finish(secure_vector<byte>& buffer, size_t offset) - padding().add_padding(buffer, bytes_in_final_block, BS); - - if(buffer.size() % BS) -- throw Exception("Did not pad to full block size in " + name()); -+ throw Invalid_State("Did not pad to full block size in " + name()); - - update(buffer, offset); - } |
