[Snortsam-discussion] Warnings in towfish.c
Luis Daniel Lucio Quiroz
luis.daniel.lucio at gmail.com
Sat Oct 10 11:47:16 EDT 2009
Frank,
are you familliar with this?
../../../src/twofish.c: In function '_TwoFish_CryptRawCBC':
../../../src/twofish.c:211: warning: pointer targets in passing argument 1 of
'_TwoFish_BlockCrypt' differ in signedness
../../../src/twofish.h:267: note: expected 'u_int8_t *' but argument is of type
'char *'
../../../src/twofish.c:211: warning: pointer targets in passing argument 2 of
'_TwoFish_BlockCrypt' differ in signedness
../../../src/twofish.h:267: note: expected 'u_int8_t *' but argument is of type
'char *'
../../../src/twofish.c:217: warning: pointer targets in passing argument 1 of
'_TwoFish_BlockCrypt' differ in signedness
../../../src/twofish.h:267: note: expected 'u_int8_t *' but argument is of type
'char *'
../../../src/twofish.c:217: warning: pointer targets in passing argument 2 of
'_TwoFish_BlockCrypt' differ in signedness
../../../src/twofish.h:267: note: expected 'u_int8_t *' but argument is of type
'char *'
../../../src/twofish.c: In function 'TwoFishEncryptRaw':
../../../src/twofish.c:263: warning: pointer targets in assignment differ in
signedness
../../../src/twofish.c: In function 'TwoFishDecryptRaw':
../../../src/twofish.c:284: warning: pointer targets in assignment differ in
signedness
../../../src/twofish.c: In function 'TwoFishSetOutput':
../../../src/twofish.c:316: warning: pointer targets in assignment differ in
signedness
../../../src/twofish.c: In function 'TwoFishEncrypt':
../../../src/twofish.c:423: warning: pointer targets in assignment differ in
signedness
../../../src/twofish.c:432: warning: pointer targets in passing argument 2 of
'_TwoFish_BlockCrypt' differ in signedness
../../../src/twofish.h:267: note: expected 'u_int8_t *' but argument is of type
'char *'
../../../src/twofish.c:435: warning: pointer targets in passing argument 1 of
'_TwoFish_BinHex' differ in signedness
../../../src/twofish.c:349: note: expected 'u_int8_t *' but argument is of type
'char *'
../../../src/twofish.c:438: warning: pointer targets in assignment differ in
signedness
../../../src/twofish.c: In function 'TwoFishDecrypt':
../../../src/twofish.c:486: warning: pointer targets in passing argument 1 of
'_TwoFish_BinHex' differ in signedness
../../../src/twofish.c:349: note: expected 'u_int8_t *' but argument is of type
'char *'
../../../src/twofish.c:496: warning: pointer targets in passing argument 2 of
'_TwoFish_CryptRawCBC' differ in signedness
../../../src/twofish.c:206: note: expected 'char *' but argument is of type
'u_int8_t *'
../../../src/twofish.c:498: warning: pointer targets in assignment differ in
signedness
More information about the Snortsam-discussion
mailing list