[EMAIL PROTECTED] wrote:
>
> levitte 20-Apr-2002 12:22:43
>
> Modified: crypto/engine tb_ecdsa.c
> Log:
> The callback must have (void) as argument list.
> Notified by Bernd Matthes <[EMAIL PROTECTED]>
Surely only in the prototype - its necessarily void in the actual
function if there are no arguments!
Cheers,
Ben.
>
> Revision Changes Path
> 1.2 +1 -1 openssl/crypto/engine/tb_ecdsa.c
>
> Index: tb_ecdsa.c
> ===================================================================
> RCS file: /e/openssl/cvs/openssl/crypto/engine/tb_ecdsa.c,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- tb_ecdsa.c 2002/02/13 18:20:42 1.1
> +++ tb_ecdsa.c 2002/04/20 10:22:42 1.2
> @@ -69,7 +69,7 @@
> engine_table_unregister(&ecdsa_table, e);
> }
>
> -static void engine_unregister_all_ECDSA()
> +static void engine_unregister_all_ECDSA(void)
> {
> engine_table_cleanup(&ecdsa_table);
> }
>
>
> ______________________________________________________________________
> OpenSSL Project http://www.openssl.org
> CVS Repository Commit List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
--
http://www.apache-ssl.org/ben.html http://www.thebunker.net/
"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]