mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2026-04-07 16:00:21 +00:00
Remove dead code from setup
This commit is contained in:
parent
500a75b5af
commit
00aeb667ea
1 changed files with 0 additions and 15 deletions
15
setup.py
15
setup.py
|
|
@ -123,21 +123,6 @@ def test_compilation(program, extra_cc_options=None, extra_libraries=None):
|
|||
return result
|
||||
|
||||
|
||||
def libgmp_exists():
|
||||
'''Tests if the GMP library is available'''
|
||||
|
||||
source = """
|
||||
#include <gmp.h>
|
||||
int main(void)
|
||||
{
|
||||
mpz_init((void*)0);
|
||||
return 0;
|
||||
}
|
||||
"""
|
||||
|
||||
return test_compilation(source, extra_libraries=('gmp',))
|
||||
|
||||
|
||||
class PCTBuildExt (build_ext):
|
||||
|
||||
aesni_mod_names = "Crypto.Cipher._raw_aesni",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue