diff options
Diffstat (limited to 'src/_cffi_src/commoncrypto')
-rw-r--r-- | src/_cffi_src/commoncrypto/sectrust.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_cffi_src/commoncrypto/sectrust.py b/src/_cffi_src/commoncrypto/sectrust.py index 5330afd4..b787afad 100644 --- a/src/_cffi_src/commoncrypto/sectrust.py +++ b/src/_cffi_src/commoncrypto/sectrust.py @@ -12,7 +12,7 @@ TYPES = """ """ FUNCTIONS = """ -OSStatus SecTrustCopyAnchorCertificates ( CFArrayRef *anchors ); +OSStatus SecTrustCopyAnchorCertificates(CFArrayRef *); """ MACROS = """ |