X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_lib.c;h=01c29db0f19a1e28d83afea7e50ef9e525eb7fd8;hp=12b8f3bfb6f360810a8e0cae7313065961e065db;hb=81025661a94034fef1386cb5d5137ba4ddb120f0;hpb=4ece7eb6f4d396008d8b4ee6beb6dca409d84882 diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 12b8f3bfb6..01c29db0f1 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -165,9 +165,9 @@ SSL3_ENC_METHOD ssl3_undef_enc_method={ ssl_undefined_function, (int (*)(SSL *, unsigned char *, unsigned char *, int))ssl_undefined_function, (int (*)(SSL*, int))ssl_undefined_function, - (int (*)(SSL *, EVP_MD_CTX *, EVP_MD_CTX *, const char*, int, unsigned char *))ssl_undefined_function, + (int (*)(SSL *, const char*, int, unsigned char *))ssl_undefined_function, 0, /* finish_mac_length */ - (int (*)(SSL *, EVP_MD_CTX *, unsigned char *))ssl_undefined_function, + (int (*)(SSL *, const EVP_MD *, unsigned char *))ssl_undefined_function, NULL, /* client_finished_label */ 0, /* client_finished_label_len */ NULL, /* server_finished_label */