X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fbio%2Fbf_nbio.c;fp=crypto%2Fbio%2Fbf_nbio.c;h=c41b5d58dc5abd695125078265e039572ce65410;hb=fce78bd4ede74d4fa7bd1c8195d8f7bc9403bd4c;hp=1853cb1049d078e1e31522f42e104ed53f611dec;hpb=d016d1ec34977fa9305ad5d535b03d6c5677cf1c;p=openssl.git diff --git a/crypto/bio/bf_nbio.c b/crypto/bio/bf_nbio.c index 1853cb1049..c41b5d58dc 100644 --- a/crypto/bio/bf_nbio.c +++ b/crypto/bio/bf_nbio.c @@ -24,7 +24,7 @@ static int nbiof_gets(BIO *h, char *str, int size); static long nbiof_ctrl(BIO *h, int cmd, long arg1, void *arg2); static int nbiof_new(BIO *h); static int nbiof_free(BIO *data); -static long nbiof_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp); +static long nbiof_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp); typedef struct nbio_test_st { /* only set if we sent a 'should retry' error */ int lrn; @@ -169,7 +169,7 @@ static long nbiof_ctrl(BIO *b, int cmd, long num, void *ptr) return ret; } -static long nbiof_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) +static long nbiof_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) { long ret = 1;