X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbio%2Fbio.h;h=dd3cc3f470182e224e53e931f4691f11c49b8e04;hp=ebdb18170bac1f6fa0d6775b62b43908b9736f30;hb=e5c84d5152c11a3dfa436041d3336a6f403baad8;hpb=d49f3797a5a891ebc13ea12eb64c55d1eb53c5c1 diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h index ebdb18170b..dd3cc3f470 100644 --- a/crypto/bio/bio.h +++ b/crypto/bio/bio.h @@ -592,7 +592,8 @@ void BIO_copy_next_retry(BIO *b); long BIO_ghbn_ctrl(int cmd,int iarg,char *parg); -int BIO_printf(BIO *bio, ...); +int BIO_printf(BIO *bio, const char *format, ...); +int BIO_snprintf(char *buf, size_t n, const char *format, ...); /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes