From 336b49c7a1804a2242a707aea9b7e0ec8d96eff3 Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald@stufft.io> Date: Tue, 24 Sep 2013 20:15:04 -0400 Subject: [PATCH] Remove some unneeded stuff from the list of sources --- setup.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/setup.py b/setup.py index 7d19f834..82f5c4dc 100644 --- a/setup.py +++ b/setup.py @@ -282,20 +282,6 @@ setup( "sodium/core.c", "sodium/utils.c", "sodium/version.c", - - # 'crypto_auth/try.c', - # #'crypto_box/try.c', - # 'crypto_generichash/blake2/ref/blake2s-ref.c', - # #'crypto_hash/try.c', - # #'crypto_hashblocks/try.c', - # 'crypto_scalarmult/curve25519/donna_c64/base_curve25519_donna_c64.c', - # 'crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c', - # #'crypto_scalarmult/try.c', - # #'crypto_secretbox/try.c', - # #'crypto_sign/try.c', - # 'crypto_stream/salsa20/stream_salsa20_api.c', - # #'crypto_stream/try.c', - #'crypto_verify/try.c' ], }), ], -- GitLab