Re: gc-md4 and gc-md4-tests

2005-10-19 Thread Simon Josefsson
Stepan Kasal <[EMAIL PROTECTED]> writes: > Hello, > >> + AC_DEFINE(GC_USE_MD4, 1, [Define to if you want to support MD4 through >> GC.]) > > I'd suggest > s/Define to if/Define if/ > > this applies to: > > m4/gc-hmac-md5.m4 > m4/gc-hmac-sha1.m4 > m4/gc-md4.m4 > m4/gc-md5.m4 > m4/gc-sha1.m4

Re: gc-md4 and gc-md4-tests

2005-10-19 Thread Stepan Kasal
Hello, > + AC_DEFINE(GC_USE_MD4, 1, [Define to if you want to support MD4 through > GC.]) I'd suggest s/Define to if/Define if/ this applies to: m4/gc-hmac-md5.m4 m4/gc-hmac-sha1.m4 m4/gc-md4.m4 m4/gc-md5.m4 m4/gc-sha1.m4 Have a nice day, Stepan Kasal __