]> git.pld-linux.org Git - packages/cdcat.git/blobdiff - cryptopp.patch
- enhanced cryptopp patch to cover cryptopp 8; release 3
[packages/cdcat.git] / cryptopp.patch
index 41e66516dd33f0a8295981f6f84cfb400ecc23ff..4249b2558a4c37030f06d13136b667c08068141a 100644 (file)
  #endif
  
  #ifdef CATALOG_ENCRYPTION
+@@ -31,7 +31,7 @@
+ static CryptoPP::SecByteBlock crypto_key(CryptoPP::Blowfish::BLOCKSIZE);
+-static byte iv[CryptoPP::Blowfish::BLOCKSIZE];
++static CryptoPP::byte iv[CryptoPP::Blowfish::BLOCKSIZE];
+ int generate_cryptokey(QString password);
 --- cdcat-2.3.1/src/cdcat.pro~ 2013-09-29 10:44:34.000000000 +0200
 +++ cdcat-2.3.1/src/cdcat.pro  2013-12-08 17:13:09.755273206 +0100
 @@ -226,7 +226,7 @@
This page took 0.034745 seconds and 4 git commands to generate.