diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-03 21:18:30 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-03 21:18:30 +0200 |
commit | 5c5892533be953da59b04e6206b2c602f8e706d7 (patch) | |
tree | 3f9c634c58e4366eacde3e9b6ce2d9d73872f9e3 /testing/qca/secmem.patch | |
parent | 36c28107e6edf226f0d484efb77a7bcabbffcb16 (diff) | |
download | aports-5c5892533be953da59b04e6206b2c602f8e706d7.tar.bz2 aports-5c5892533be953da59b04e6206b2c602f8e706d7.tar.xz |
testing/qca: move to main
Diffstat (limited to 'testing/qca/secmem.patch')
-rw-r--r-- | testing/qca/secmem.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/qca/secmem.patch b/testing/qca/secmem.patch deleted file mode 100644 index 8f2306f7da..0000000000 --- a/testing/qca/secmem.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/botantools/botan/botan/secmem.h -+++ b/src/botantools/botan/botan/secmem.h -@@ -214,7 +214,7 @@ - - SecureVector(u32bit n = 0) { MemoryRegion<T>::init(true, n); } - SecureVector(const T in[], u32bit n) -- { MemoryRegion<T>::init(true); set(in, n); } -+ { MemoryRegion<T>::init(true); this->set(in, n); } - SecureVector(const MemoryRegion<T>& in) - { MemoryRegion<T>::init(true); set(in); } - SecureVector(const MemoryRegion<T>& in1, const MemoryRegion<T>& in2) |