From: Richard Levitte Date: Mon, 19 Dec 2016 13:08:18 +0000 (+0100) Subject: Add bwrite_conv and bread_conv values to methods_dgramp_sctp X-Git-Tag: OpenSSL_1_1_1-pre1~2828 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=992155d0ea1d59d20f0c242ea400434cd8370fe1;p=openssl Add bwrite_conv and bread_conv values to methods_dgramp_sctp Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2116) --- diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c index 89936ff177..0b1ab94b0d 100644 --- a/crypto/bio/bss_dgram.c +++ b/crypto/bio/bss_dgram.c @@ -91,7 +91,11 @@ static const BIO_METHOD methods_dgramp = { static const BIO_METHOD methods_dgramp_sctp = { BIO_TYPE_DGRAM_SCTP, "datagram sctp socket", + /* TODO: Convert to new style write function */ + bwrite_conv, dgram_sctp_write, + /* TODO: Convert to new style write function */ + bread_conv, dgram_sctp_read, dgram_sctp_puts, NULL, /* dgram_gets, */