X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/19f3c4e664808d8dafabd9674635d9069bafd7cb..2c4e2cf316247e988b50b148a40d7c2ac7dc482d:/openssl/openssl_sml.h diff --git a/openssl/openssl_sml.h b/openssl/openssl_sml.h index 6b02579..3d5cd46 100644 --- a/openssl/openssl_sml.h +++ b/openssl/openssl_sml.h @@ -7,6 +7,7 @@ void OpenSSL_SML_load_error_strings(void); void OpenSSL_SML_load_BIO_strings(void); int OpenSSL_SML_get_error(void); +int OpenSSL_SML_should_retry(BIO *b); const char *OpenSSL_SML_lib_error_string(int err); const char *OpenSSL_SML_func_error_string(int err); const char *OpenSSL_SML_reason_error_string(int err); @@ -58,3 +59,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);