Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 12 Dec 2012 13:50:59 +0100
From: Lukas Odzioba <lukas.odzioba@...il.com>
To: john-dev@...ts.openwall.com
Subject: Warnings for an old OpenSSL

magnum,all:

What do you think about generating warnings about disabled formats during build.
Are there any chances that someone will read that?
Yesterday someone on our irc channel had problem with truecrypt and
openssl 1.0.0
The best way would be generate one big info at the end of compilation
instead of mixing those with other warnings, but this would require
changes in Makefile I think.

After greping OPENSSL_VERSION_NUMBER I got that:

cuda_rawsha512_fmt.c:
#if OPENSSL_VERSION_NUMBER >= 0x00908000

cuda_xsha512_fmt.c:
#if OPENSSL_VERSION_NUMBER >= 0x00908000

dynamic_fmt.c:
 * Whirlpool only if OPENSSL_VERSION_NUMBER >= 0x10000000

encfs_fmt_plug.c:
#if defined(_OPENMP) && OPENSSL_VERSION_NUMBER >= 0x10000000

opencl_rawsha512_fmt.c:
#if OPENSSL_VERSION_NUMBER >= 0x00908000

opencl_xsha512_fmt.c:
#if OPENSSL_VERSION_NUMBER >= 0x00908000

pfx_fmt.c:
#if defined(_OPENMP) && OPENSSL_VERSION_NUMBER >= 0x10000000

ssh_fmt.c:
#if defined(_OPENMP) && OPENSSL_VERSION_NUMBER >= 0x10000000

truecrypt_fmt.c:
#if OPENSSL_VERSION_NUMBER >= 0x10001000

Lukas

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.