Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Mon, 23 Jul 2012 10:31:23 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Bleeding: build error for linux-x86-sse2i  (truecrypt_fmt.c) + a
 few warnings

After a git pull origin I got:

$ make clean linux-x86-sse2i > /dev/null
truecrypt_fmt.c: In function ‘cmp_all’:
truecrypt_fmt.c:189:3: warning: implicit declaration of function
‘EVP_aes_256_xts’ [-Wimplicit-function-declaration]
truecrypt_fmt.c:189:3: warning: passing argument 2 of
‘EVP_DecryptInit_ex’ makes pointer from integer without a cast [enabled
by default]
/usr/include/openssl/evp.h:544:5: note: expected ‘const struct
EVP_CIPHER *’ but argument is of type ‘int’
truecrypt_fmt.c: In function ‘cmp_one’:
truecrypt_fmt.c:212:2: warning: passing argument 2 of
‘EVP_DecryptInit_ex’ makes pointer from integer without a cast [enabled
by default]
/usr/include/openssl/evp.h:544:5: note: expected ‘const struct
EVP_CIPHER *’ but argument is of type ‘int’
rawSHA1_ng_fmt.c:553:3: warning: #warning not using optimized sse4.1
compare because -msse4 was not specified [-Wcpp]
truecrypt_fmt.o: In function `cmp_one':
truecrypt_fmt.c:(.text+0x562): undefined reference to `EVP_aes_256_xts'
truecrypt_fmt.o: In function `cmp_all':
truecrypt_fmt.c:(.text+0x6ef): undefined reference to `EVP_aes_256_xts'
truecrypt_fmt.c:(.text+0x7cc): undefined reference to `EVP_aes_256_xts'
truecrypt_fmt.c:(.text+0x87d): undefined reference to `EVP_aes_256_xts'
collect2: ld returned 1 exit status
make[1]: *** [../run/john] Error 1
make: *** [linux-x86-sse2i] 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.