]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/minizip/0001-remove-ifndef-NOUNCRYPT.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / minizip / 0001-remove-ifndef-NOUNCRYPT.patch
CommitLineData
1e59de90
TL
1From a6fd3992d44053a523a67aa16f5ae88fecfb20e1 Mon Sep 17 00:00:00 2001
2From: Nicole Mazzuca <mazzucan@outlook.com>
3Date: Tue, 22 Sep 2020 14:09:53 -0700
4Subject: [PATCH 1/2] remove `#ifndef NOUNCRYPT`
5
6enable decrypt support for password-encrypted ZIP files
7
8---
9 contrib/minizip/unzip.c | 4 ----
10 1 file changed, 4 deletions(-)
11
12diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c
13index bcfb941..1895a0f 100644
14--- a/contrib/minizip/unzip.c
15+++ b/contrib/minizip/unzip.c
16@@ -68,10 +68,6 @@
17 #include <stdlib.h>
18 #include <string.h>
19
20-#ifndef NOUNCRYPT
21- #define NOUNCRYPT
22-#endif
23-
24 #include "zlib.h"
25 #include "unzip.h"
26
27--
282.24.3 (Apple Git-128)
29