X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/aa56e112996b3650e8ac343831322d2a9ab0de54..36e42cb86393a7b9e333ecd7edfbdd16c7d9a1ac:/openssl/openssl_sml.h diff --git a/openssl/openssl_sml.h b/openssl/openssl_sml.h index 6b02579..0568d29 100644 --- a/openssl/openssl_sml.h +++ b/openssl/openssl_sml.h @@ -58,3 +58,5 @@ BIO *OpenSSL_SML_new_accept(SSL_CTX *ctx, char *port); BIO *OpenSSL_SML_pop(BIO *b); BIO *OpenSSL_SML_next(BIO *b); + +int OpenSSL_SML_puts(BIO *b, const char *buf);