Fix warnings: computed value not use, incompatible pointer initialization

and cast from pointer to int of different size (linux-x86_64 and align).
This commit is contained in:
Dr. Stephen Henson
2007-09-07 13:03:25 +00:00
parent a5804a750b
commit 8164032a2e
3 changed files with 9 additions and 7 deletions

View File

@@ -167,7 +167,7 @@ SSL3_ENC_METHOD ssl3_undef_enc_method={
(int (*)(SSL*, int))ssl_undefined_function,
(int (*)(SSL *, const char*, int, unsigned char *))ssl_undefined_function,
0, /* finish_mac_length */
(int (*)(SSL *, const EVP_MD *, unsigned char *))ssl_undefined_function,
(int (*)(SSL *, int, unsigned char *))ssl_undefined_function,
NULL, /* client_finished_label */
0, /* client_finished_label_len */
NULL, /* server_finished_label */