summarylogtreecommitdiffstats
path: root/byte_type.patch
diff options
context:
space:
mode:
Diffstat (limited to 'byte_type.patch')
-rw-r--r--byte_type.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/byte_type.patch b/byte_type.patch
new file mode 100644
index 000000000000..d415a7889b10
--- /dev/null
+++ b/byte_type.patch
@@ -0,0 +1,12 @@
+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);