Server executing client's requested configuration with the right permissions
[hcoop/domtool2.git] / openssl / openssl_sml.c
index 79e6195..c475c30 100644 (file)
@@ -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);
+}