X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/605347124bd39d347058bc3bd5356c184f654b1d..aa56e112996b3650e8ac343831322d2a9ab0de54:/openssl/openssl_sml.c diff --git a/openssl/openssl_sml.c b/openssl/openssl_sml.c index 79e6195..c475c30 100644 --- a/openssl/openssl_sml.c +++ b/openssl/openssl_sml.c @@ -240,3 +240,7 @@ const char *OpenSSL_SML_get_peer_name(SSL *ssl) { BIO *OpenSSL_SML_pop(BIO *b) { return BIO_pop(b); } + +BIO *OpenSSL_SML_next(BIO *b) { + return BIO_next(b); +}