summarylogtreecommitdiffstats
path: root/byte_type.patch
diff options
context:
space:
mode:
authordoragasu2019-05-31 21:47:14 +0200
committerdoragasu2019-05-31 21:47:14 +0200
commit2614125ad92800bcc5e022ef7e3ebca2801f094c (patch)
treea9471d4b3d12e78239cd3856053d260b123260a2 /byte_type.patch
parent1e099d5198d84ead2c95b157a6b129c1988dc197 (diff)
downloadaur-cdcat.tar.gz
Port to Qt5
Diffstat (limited to 'byte_type.patch')
-rw-r--r--byte_type.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/byte_type.patch b/byte_type.patch
deleted file mode 100644
index d415a7889b10..000000000000
--- a/byte_type.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN cdcat-2.3.1/src/wdbfile.h cdcat-2.3.1.work/src/wdbfile.h
---- cdcat-2.3.1/src/wdbfile.h 2013-08-26 09:37:10.000000000 +0200
-+++ cdcat-2.3.1.work/src/wdbfile.h 2018-08-31 23:04:21.256755328 +0200
-@@ -31,7 +31,7 @@
-
- static CryptoPP::SecByteBlock crypto_key(CryptoPP::Blowfish::BLOCKSIZE);
-
--static byte iv[CryptoPP::Blowfish::BLOCKSIZE];
-+static Byte iv[CryptoPP::Blowfish::BLOCKSIZE];
-
-
- int generate_cryptokey(QString password);