Enable encryption in libzippp
masterTo use encryption features, two conditions must be met:
- The underlying
libziplibrary must be compiled with encryption support. libzipppmust be built with theLIBZIPPP_ENABLE_ENCRYPTIONCMake flag set toON.
When compiling tests, libzippp defaults to using OpenSSL (-lssl -lcrypto). You can specify a different cryptographic library using the CRYPTO_FLAGS variable during the make process:
make CRYPTO_FLAGS="-lsome_lib" LIBZIP_CMAKE="" tests