Skip to content

Commit

Permalink
Disabled weak encryption code
Browse files Browse the repository at this point in the history
To avoid encrypting-related App Store hassle, as per:
(agilebits/objective-zip@1d264b6)
  • Loading branch information
James Turnbull committed Feb 17, 2012
1 parent 0d1e868 commit a0acaad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 132 deletions.
132 changes: 0 additions & 132 deletions minizip/crypt.h

This file was deleted.

2 changes: 2 additions & 0 deletions minizip/unzip.c
Expand Up @@ -34,6 +34,8 @@ woven in by Terry Thorsen 1/2003.
version without encryption capabilities).
*/

#define NOCRYPT
#define NOUNCRYPT

#include <stdio.h>
#include <stdlib.h>
Expand Down
2 changes: 2 additions & 0 deletions minizip/zip.c
Expand Up @@ -9,6 +9,8 @@
Read zip.h for more info
*/

#define NOCRYPT
#define NOUNCRYPT

#include <stdio.h>
#include <stdlib.h>
Expand Down

0 comments on commit a0acaad

Please sign in to comment.