[EMAIL PROTECTED] wrote:
> 
> ben         03-Dec-2000 11:04:23
> 
>   Modified:    apps     ca.c openssl.c
>                ssl      kssl.c
>   Log:
>   Fix warnings.
> 
>   Revision  Changes    Path
>   1.71      +4 -4      openssl/apps/ca.c
>   1.32      +2 -2      openssl/apps/openssl.c
> 
>   Index: ca.c
>   ===================================================================
>   RCS file: /e/openssl/cvs/openssl/apps/ca.c,v
>   retrieving revision 1.70
>   retrieving revision 1.71
>   diff -u -r1.70 -r1.71
>   --- ca.c      2000/12/02 23:16:54     1.70
>   +++ ca.c      2000/12/03 10:04:20     1.71
>   @@ -215,10 +215,10 @@
>    static int preserve=0;
>    static int msie_hack=0;
> 
>   -static IMPLEMENT_LHASH_HASH_FN(index_serial_hash,const char **);
>   -static IMPLEMENT_LHASH_COMP_FN(index_serial_cmp,const char **);
>   -static IMPLEMENT_LHASH_HASH_FN(index_name_hash,const char **);
>   -static IMPLEMENT_LHASH_COMP_FN(index_name_cmp,const char **);
>   +static IMPLEMENT_LHASH_HASH_FN(index_serial_hash,const char **)
>   +static IMPLEMENT_LHASH_COMP_FN(index_serial_cmp,const char **)
>   +static IMPLEMENT_LHASH_HASH_FN(index_name_hash,const char **)
>   +static IMPLEMENT_LHASH_COMP_FN(index_name_cmp,const char **)

Couldn't find a way to not get warnings and still have a semicolon, I'm
afraid.

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to