X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/aa56e112996b3650e8ac343831322d2a9ab0de54..36e42cb86393a7b9e333ecd7edfbdd16c7d9a1ac:/openssl/openssl_sml.c diff --git a/openssl/openssl_sml.c b/openssl/openssl_sml.c index c475c30..ee57282 100644 --- a/openssl/openssl_sml.c +++ b/openssl/openssl_sml.c @@ -244,3 +244,7 @@ BIO *OpenSSL_SML_pop(BIO *b) { BIO *OpenSSL_SML_next(BIO *b) { return BIO_next(b); } + +int OpenSSL_SML_puts(BIO *b, const char *buf) { + return BIO_puts(b, buf); +}