aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorChellygel <chelsea.winfree@gmail.com>2015-03-23 18:33:53 -0500
committerChellygel <chelsea.winfree@gmail.com>2015-03-23 18:33:53 -0500
commit646a24fbd2c42a81b95ba9543d7b0790ac6d1c1d (patch)
tree0c63f931dd5d9d6b84d0143322b4b687a43d8b2e /MANIFEST.in
parent80fa2a291ef391e7c52d035e444af85877789c15 (diff)
downloadcryptography-646a24fbd2c42a81b95ba9543d7b0790ac6d1c1d.tar.gz
cryptography-646a24fbd2c42a81b95ba9543d7b0790ac6d1c1d.tar.bz2
cryptography-646a24fbd2c42a81b95ba9543d7b0790ac6d1c1d.zip
Moved OpenSSL engine into standalone c and h files
References #1301
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b7e6559f..8dbd0dc2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,6 +8,7 @@ include README.rst
recursive-include docs *
recursive-include src/cryptography/hazmat/primitives/src *.c *.h
+recursive-include src/cryptography/hazmat/bindings/openssl/src *.c *.h
prune docs/_build
recursive-include tests *.py
recursive-exclude vectors *