X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/559e89e9adf62c5faeb0e78e6b9fb8fe107b8c72..07cc384cf2e6e3589f2892026a9b8f9835c8eb2c:/openssl/openssl_sml.h diff --git a/openssl/openssl_sml.h b/openssl/openssl_sml.h index f461c43..5317021 100644 --- a/openssl/openssl_sml.h +++ b/openssl/openssl_sml.h @@ -5,11 +5,20 @@ void OpenSSL_SML_add_all_algorithms(void); void OpenSSL_SML_load_error_strings(void); void OpenSSL_SML_load_BIO_strings(void); + int OpenSSL_SML_get_error(void); 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); + +int OpenSSL_SML_read(BIO *b, void *data, int len); int OpenSSL_SML_write(BIO *b, const void *data, int len); + BIO *OpenSSL_SML_new_connect(char *addr); -void OpenSSL_SML_free_all(BIO *b); int OpenSSL_SML_do_connect(BIO *b); + +BIO *OpenSSL_SML_new_accept(char *addr); +int OpenSSL_SML_do_accept(BIO *b); + +void OpenSSL_SML_free_all(BIO *b); +