X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/3f097341ec5756f7f1cbc2f4f1a66eaa337e72ec..925c75a719331f051ce153ed087ea0a8bd6cbf64:/openssl/openssl_sml.h diff --git a/openssl/openssl_sml.h b/openssl/openssl_sml.h index 3f33922..f632ffd 100644 --- a/openssl/openssl_sml.h +++ b/openssl/openssl_sml.h @@ -1,8 +1,9 @@ -#include - -/* SSL_METHOD is defined in , which #includes system - headers that ml-nlffigen can't parse. */ - +/* OpenSSL header files include system headers that ml-nlffigen can't + parse, include any needed typedefs or forward declarations here. + */ +typedef struct bio_st BIO; +typedef struct ssl_st SSL; +typedef struct ssl_ctx_st SSL_CTX; typedef struct ssl_method_st SSL_METHOD; void OpenSSL_SML_init(void);