You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
minizip-ng/SOURCES/minizip-ng-4.0.7-openssl_no...

13 lines
375 B

--- minizip-ng-4.0.7/mz_crypt_openssl.c.orig 2024-06-15 18:21:44.000000000 +0200
+++ minizip-ng-4.0.7/mz_crypt_openssl.c 2024-10-10 20:31:46.571833998 +0200
@@ -12,7 +12,9 @@
#include "mz_crypt.h"
#include <openssl/err.h>
+#if !defined(OPENSSL_NO_ENGINE)
#include <openssl/engine.h>
+#endif
#include <openssl/rand.h>
#include <openssl/sha.h>
#include <openssl/aes.h>