Use correct name for config file env variable.
[openssl.git] / apps / s_socket.c
index b5dd47d76bbb100bb7d99784fd4bfdd372d96f4a..c022585978bd7f0d06ef8b205b7c7e913645f5a0 100644 (file)
@@ -277,7 +277,7 @@ static int init_client_ip(int *sock, unsigned char ip[4], int port, int type)
        return(1);
        }
 
-int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, unsigned char *context), char *context)
+int do_server(int port, int type, int *ret, int (*cb)(char *hostname, int s, unsigned char *context), unsigned char *context)
        {
        int sock;
        char *name = NULL;