diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-09-02 23:10:17 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-09-02 23:11:42 +0200 |
commit | 5000469e203ada7c65073f32770491057c8233bd (patch) | |
tree | ed82a497f3e772a5844037d5dcba9b36c75176ae /libtommath/tommath.h | |
parent | 72316eded1cc13dd8a339be92f43eeb79f252193 (diff) | |
download | cryptodev-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 'libtommath/tommath.h')
-rw-r--r-- | libtommath/tommath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/tommath.h b/libtommath/tommath.h index 31ded82..491bcc2 100644 --- a/libtommath/tommath.h +++ b/libtommath/tommath.h @@ -71,7 +71,7 @@ extern "C" { # define DIGIT_BIT 15 #elif BITS_PER_LONG == 64 - + typedef uint32_t mp_digit; typedef uint64_t mp_word; # define DIGIT_BIT 31 |