summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-02 23:10:17 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-02 23:11:42 +0200
commit5000469e203ada7c65073f32770491057c8233bd (patch)
treeed82a497f3e772a5844037d5dcba9b36c75176ae /Makefile
parent72316eded1cc13dd8a339be92f43eeb79f252193 (diff)
downloadcryptodev-linux-5000469e203ada7c65073f32770491057c8233bd.tar.gz
cryptodev-linux-5000469e203ada7c65073f32770491057c8233bd.tar.xz
cryptodev-linux-5000469e203ada7c65073f32770491057c8233bd.zip
Use the linux kernel heapsort instead of including qsort.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2db75b..73e9ebb 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ TOMMATH_OBJECTS = libtommath/bncore.o libtommath/bn_mp_init.o libtommath/bn_mp_c
libtommath/bn_mp_to_signed_bin_n.o libtommath/bn_mp_to_unsigned_bin_n.o
TOMCRYPT_OBJECTS = libtomcrypt/misc/zeromem.o libtomcrypt/misc/crypt/crypt_argchk.o \
- libtomcrypt/math/rand_prime.o libtomcrypt/misc/qsort.o libtomcrypt/hashes/hash_get_oid.o \
+ libtomcrypt/math/rand_prime.o libtomcrypt/hashes/hash_get_oid.o \
libtomcrypt/hashes/crypt_hash_is_valid.o libtomcrypt/hashes/hash_memory.o libtomcrypt/hashes/hash_memory_multi.o \
libtomcrypt/pk/dsa/dsa_make_key.o libtomcrypt/pk/dsa/dsa_export.o libtomcrypt/pk/dsa/dsa_import.o \
libtomcrypt/pk/dsa/dsa_free.o libtomcrypt/pk/dsa/dsa_sign_hash.o libtomcrypt/pk/dsa/dsa_verify_hash.o \