[stunnel-users] socklen_t undeclared

Michal Trojnara Michal.Trojnara at mobi-com.net
Thu Nov 24 08:52:43 CET 2005


"tc" <tc4848 at yahoo.com.sg> wrote:
> I'm getting socklet_t undeclared in client.c making
> stunnel4.14 in 
> an embedded linux 2.038 system.
> 
> What can I do?

Add:
  typedef int socklen_t;
to common.h.

Best regards,
    Mike



More information about the stunnel-users mailing list