diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-18 10:19:57 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-18 10:19:57 -0800 |
commit | 4dd04c8f6eca8a85a57349a5be952f8c2f51ec6c (patch) | |
tree | 8d77ee328101a4e0e3b6b1dc3623e5d6c8769c26 | |
parent | 051d47c9518b7ef4f7bca51df37eadaadad7d56e (diff) | |
download | cryptography-4dd04c8f6eca8a85a57349a5be952f8c2f51ec6c.tar.gz cryptography-4dd04c8f6eca8a85a57349a5be952f8c2f51ec6c.tar.bz2 cryptography-4dd04c8f6eca8a85a57349a5be952f8c2f51ec6c.zip |
Remove unused include
-rw-r--r-- | cryptography/hazmat/primitives/padding.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cryptography/hazmat/primitives/padding.py b/cryptography/hazmat/primitives/padding.py index b03b4a61..938afcec 100644 --- a/cryptography/hazmat/primitives/padding.py +++ b/cryptography/hazmat/primitives/padding.py @@ -24,7 +24,6 @@ bool Cryptography_check_padding(const uint8_t *, uint8_t); """) _lib = _ffi.verify(""" #include <stdbool.h> -#include <stdio.h> /* Returns the value of the input with the most-significant-bit copied to all of the bits. This relies on implementation details of computers with 2's |