From 2dbb63be9d0bae50c3d657bdae2ec8ad0c666dc5 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 19 Jan 2014 18:17:59 -0600 Subject: remove an extraneous linefeed --- cryptography/hazmat/bindings/commoncrypto/common_cryptor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py b/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py index 8783ece8..ef0e7e10 100644 --- a/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py +++ b/cryptography/hazmat/bindings/commoncrypto/common_cryptor.py @@ -76,7 +76,6 @@ CCCryptorStatus CCCryptorCreateWithMode(CCOperation, CCMode, CCAlgorithm, CCPadding, const void *, const void *, size_t, const void *, size_t, int, CCModeOptions, CCCryptorRef *); - CCCryptorStatus CCCryptorCreate(CCOperation, CCAlgorithm, CCOptions, const void *, size_t, const void *, CCCryptorRef *); -- cgit v1.2.3