From b4cadc6e1343c01b06613053a90ed2ee85e65090 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Mon, 22 Mar 1999 12:22:14 +0000 Subject: Fix security hole. --- apps/s_apps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/s_apps.h') diff --git a/apps/s_apps.h b/apps/s_apps.h index ba320946be..145207f5fe 100644 --- a/apps/s_apps.h +++ b/apps/s_apps.h @@ -62,7 +62,7 @@ #ifndef NOPROTO int do_accept(int acc_sock, int *sock, char **host); -int do_server(int port, int *ret, int (*cb) ()); +int do_server(int port, int *ret, int (*cb) (), char *context); #ifdef HEADER_X509_H int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx); #else -- cgit v1.2.3