f461c4376f545ae64a701941ec07fa2a1bc9612c
[hcoop/domtool2.git] / openssl / openssl_sml.h
1 #include "openssl/bio.h"
2 #include "openssl/ssl.h"
3 #include "openssl/err.h"
4
5 void OpenSSL_SML_add_all_algorithms(void);
6 void OpenSSL_SML_load_error_strings(void);
7 void OpenSSL_SML_load_BIO_strings(void);
8 int OpenSSL_SML_get_error(void);
9 const char *OpenSSL_SML_lib_error_string(int err);
10 const char *OpenSSL_SML_func_error_string(int err);
11 const char *OpenSSL_SML_reason_error_string(int err);
12 int OpenSSL_SML_write(BIO *b, const void *data, int len);
13 BIO *OpenSSL_SML_new_connect(char *addr);
14 void OpenSSL_SML_free_all(BIO *b);
15 int OpenSSL_SML_do_connect(BIO *b);