Fix SSL_pending() for DTLS
[openssl.git] / apps / s_apps.h
index 24541610e1e4aaa85f33b0179e0fb970d0af88cd..0a3bc962808be2ab6360c1942465c58522de8fba 100644 (file)
@@ -22,9 +22,8 @@
 
 typedef int (*do_server_cb)(int s, int stype, int prot, unsigned char *context);
 int do_server(int *accept_sock, const char *host, const char *port,
-              int family, int type, int protocol,
-              do_server_cb cb,
-              unsigned char *context, int naccept);
+              int family, int type, int protocol, do_server_cb cb,
+              unsigned char *context, int naccept, BIO *bio_s_out);
 #ifdef HEADER_X509_H
 int verify_callback(int ok, X509_STORE_CTX *ctx);
 #endif