Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 3 Jul 2012 10:15:46 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Building bleeding (target linux-x86-clang) fails (gost.h/gost_plug.c)

In file included from gost_plug.c:17:
./gost.h:105:24: error: expected identifier or '('
static inline uint32_t __bswap_32(uint32_t x) {
                       ^
In file included from gost_plug.c:15:
In file included from /usr/include/string.h:637:
In file included from /usr/include/bits/string2.h:52:
In file included from /usr/include/endian.h:61:
/usr/include/bits/byteswap.h:88:7: note: instantiated from:
     (__extension__
      \
      ^
In file included from gost_plug.c:17:
./gost.h:105:24: error: expected ')'
./gost.h:105:24: note: to match this '('
static inline uint32_t __bswap_32(uint32_t x) {
                       ^
In file included from gost_plug.c:15:
In file included from /usr/include/string.h:637:
In file included from /usr/include/bits/string2.h:52:
In file included from /usr/include/endian.h:61:
/usr/include/bits/byteswap.h:88:6: note: instantiated from:
     (__extension__
      \
     ^
In file included from gost_plug.c:17:
./gost.h:179:21: error: unknown type name 'gost_ctx'
void john_gost_init(gost_ctx *ctx);
                    ^
./gost.h:180:31: error: unknown type name 'gost_ctx'
void john_gost_cryptopro_init(gost_ctx *ctx);
                              ^
./gost.h:181:23: error: unknown type name 'gost_ctx'
void john_gost_update(gost_ctx *ctx, const unsigned char* msg, size_t size);
                      ^
./gost.h:182:22: error: unknown type name 'gost_ctx'
void john_gost_final(gost_ctx *ctx, unsigned char result[32]);
                     ^
gost_plug.c:28:21: error: unknown type name 'gost_ctx'
void john_gost_init(gost_ctx *ctx)
                    ^
gost_plug.c:38:31: error: unknown type name 'gost_ctx'
void john_gost_cryptopro_init(gost_ctx *ctx)
                              ^
gost_plug.c:110:39: error: unknown type name 'gost_ctx'
static void rhash_gost_block_compress(gost_ctx *ctx, const unsigned* block)
                                      ^
gost_plug.c:270:45: error: unknown type name 'gost_ctx'
static void rhash_gost_compute_sum_and_hash(gost_ctx * ctx, const
unsigned* block)
                                            ^
gost_plug.c:337:23: error: unknown type name 'gost_ctx'
void john_gost_update(gost_ctx *ctx, const unsigned char* msg, size_t size)
                      ^
gost_plug.c:384:22: error: unknown type name 'gost_ctx'
void john_gost_final(gost_ctx *ctx, unsigned char result[32])
                     ^
12 errors generated.
make[1]: *** [gost_plug.o] Error 1
make: *** [linux-x86-clang] 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.