X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/64a44dc0899e92d8c1b708fb754ad1b2126c67fe..984a831b49726c8ac1b517631b4bb4d071d1bb6a:/openssl/openssl_sml.h diff --git a/openssl/openssl_sml.h b/openssl/openssl_sml.h index 3d5cd46..3f33922 100644 --- a/openssl/openssl_sml.h +++ b/openssl/openssl_sml.h @@ -1,6 +1,9 @@ -#include "openssl/bio.h" -#include "openssl/ssl.h" -#include "openssl/err.h" +#include + +/* SSL_METHOD is defined in , which #includes system + headers that ml-nlffigen can't parse. */ + +typedef struct ssl_method_st SSL_METHOD; void OpenSSL_SML_init(void); void OpenSSL_SML_load_error_strings(void);