Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 7 Jul 2012 11:49:48 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Build error for generic (was: SHA2 added to bleeding)

On 06/30/2012 06:13 PM, jfoug wrote:
> I have added sha2.c and sha2.h and modified a lot of formats, to remove the
> oSSL version dependency for SHA224/256/384/512 from JtR.

Now that this has arrived in magnum-jumbo, building generic on my 32bit
Linux system fails:


$ make clean generic > /dev/null
Benchmarking: Traditional DES [24/32 4K]... 56448 c/s real, 56448 c/s
virtual
Benchmarking: Traditional DES [24/32 128K]... 50439 c/s real, 51458 c/s
virtual
Benchmarking: Traditional DES [24/32 4K]... 57472 c/s real, 58052 c/s
virtual
Benchmarking: Traditional DES [24/32 4K]... 66176 c/s real, 66176 c/s
virtual
Benchmarking: Traditional DES [24/32 4K]... 65280 c/s real, 66612 c/s
virtual
Benchmarking: Traditional DES [32/32 BS]... 149184 c/s real, 149184 c/s
virtual
Benchmarking: Traditional DES [32/32 BS]... 160480 c/s real, 162101 c/s
virtual
Benchmarking: Traditional DES [32/32 BS]... 80512 c/s real, 83866 c/s
virtual
Benchmarking: FreeBSD MD5 [32/32]... 3157 c/s real, 3157 c/s virtual
Benchmarking: FreeBSD MD5 [32/32 X2]... 2720 c/s real, 2720 c/s virtual
Benchmarking: FreeBSD MD5 [32/32]... 2360 c/s real, 2360 c/s virtual
Benchmarking: OpenBSD Blowfish (x32) [32/32]... 161 c/s real, 162 c/s
virtual
Benchmarking: OpenBSD Blowfish (x32) [32/32]... 220 c/s real, 220 c/s
virtual
Benchmarking: OpenBSD Blowfish (x32) [32/32 X2]... 146 c/s real, 152 c/s
virtual
sha2.c: In function ‘sha256_final’:
sha2.c:240:6: error: ‘uintptr_t’ undeclared (first use in this function)
sha2.c:240:6: note: each undeclared identifier is reported only once for
each function it appears in
sha2.c:240:6: error: expected expression before ‘const’
sha2.c: In function ‘sha512_final’:
sha2.c:564:6: error: ‘uintptr_t’ undeclared (first use in this function)
sha2.c:564:6: error: expected expression before ‘const’
make[1]: *** [sha2.o] Error 1
make: *** [generic] Error 2

Frank

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.