aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cryptography/hazmat/bindings/commoncrypto/secimport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/commoncrypto/secimport.py b/cryptography/hazmat/bindings/commoncrypto/secimport.py
index 5358d2e7..add62c79 100644
--- a/cryptography/hazmat/bindings/commoncrypto/secimport.py
+++ b/cryptography/hazmat/bindings/commoncrypto/secimport.py
@@ -35,7 +35,7 @@ enum {
};
-typedef uint32_t SecExternalFormat; // SecImportExport.h
+typedef uint32_t SecExternalFormat;
enum {
kSecFormatUnknown = 0,
kSecFormatOpenSSL,