X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs3_lib.c;h=fcaaa7bf703860b8e1dc348f7bcbd09e812fffcf;hp=e67e1c5cd21f0274355a12e58fbe9627778327c8;hb=6d23cf97443bfedf755341b4f2d0d7fce254e020;hpb=72b5d03b5b097cfa7a0785b819e96b2af35c1209 diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index e67e1c5cd2..fcaaa7bf70 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c @@ -3441,7 +3441,7 @@ void ssl3_clear(SSL *s) } #ifndef OPENSSL_NO_SRP -static char * MS_CALLBACK srp_password_from_info_cb(SSL *s, void *arg) +static char * srp_password_from_info_cb(SSL *s, void *arg) { return BUF_strdup(s->srp_ctx.info) ; } @@ -4509,7 +4509,7 @@ SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, #endif #ifdef KSSL_DEBUG -/* printf("ssl3_choose_cipher %d alg= %lx\n", i,c->algorithms);*/ +/* fprintf(stderr,"ssl3_choose_cipher %d alg= %lx\n", i,c->algorithms);*/ #endif /* KSSL_DEBUG */ alg_k=c->algorithm_mkey;