mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Add comment why GCM is excluded for iOS
This commit is contained in:
parent
ca8181db55
commit
76daa9956f
@ -20,6 +20,7 @@
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
/* Avoid use of private API for iOS, Apple does not allow it on App Store. Zip format doesn't need GCM. */
|
||||
#if !TARGET_OS_IPHONE
|
||||
enum {
|
||||
kCCModeGCM = 11,
|
||||
|
Loading…
x
Reference in New Issue
Block a user