Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cryptography .so files are Mach-O instead of ELF in 0.8.0 #19

Closed
ltsampros opened this issue Sep 16, 2016 · 1 comment
Closed

Cryptography .so files are Mach-O instead of ELF in 0.8.0 #19

ltsampros opened this issue Sep 16, 2016 · 1 comment

Comments

@ltsampros
Copy link

ltsampros commented Sep 16, 2016

$ pip list | grep -i lambda
lambda-packages (0.8.0)

./_cffi_backend.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Cipher/_AES.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Cipher/_ARC2.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Cipher/_ARC4.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Cipher/_Blowfish.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Cipher/_CAST.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Cipher/_DES.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Cipher/_DES3.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Cipher/_XOR.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Hash/_MD2.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Hash/_MD4.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Hash/_RIPEMD160.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Hash/_SHA224.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Hash/_SHA256.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Hash/_SHA384.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Hash/_SHA512.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Util/_counter.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./Crypto/Util/strxor.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./cryptography/hazmat/bindings/_commoncrypto.so: Mach-O universal binary with 2 architectures
./cryptography/hazmat/bindings/_commoncrypto.so (for architecture x86_64):  Mach-O 64-bit bundle x86_64
./cryptography/hazmat/bindings/_commoncrypto.so (for architecture i386):    Mach-O bundle i386
./cryptography/hazmat/bindings/_constant_time.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./cryptography/hazmat/bindings/_openssl.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
./cryptography/hazmat/bindings/_padding.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
@ltsampros
Copy link
Author

Please disregard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant