summarylogtreecommitdiffstats
path: root/byte_type.patch
diff options
context:
space:
mode:
authordoragasu2018-08-31 23:28:39 +0200
committerdoragasu2018-08-31 23:28:39 +0200
commit1e099d5198d84ead2c95b157a6b129c1988dc197 (patch)
tree83153b29e9acd75e92c31f371e8f4ac74be332f7 /byte_type.patch
parent651b56a632e857fe128952dd3ff432a438335b35 (diff)
downloadaur-1e099d5198d84ead2c95b157a6b129c1988dc197.tar.gz
Fixed building from AUR3 version
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);