On Fri, Feb 13, 2015 at 06:25:45AM -0500, Jiri B wrote:
> Hi,
> 
> I tried to use vpnc last night to vpn to work but
> it doesn't work anymore.
> 
> It wrote on console something like...
> 
>   vpnc wasn't built with OpenSSL, can't use hybrid or cert mode.
> 
> I don't have OpenBSD at hand now so I can't tell more
> details.
> 
> vpnc - 0.5.3
> 
> Base OS max 2 weeks old snapshot.
> 
> j.

$ sed -n '702,+5p' vpnc-0.5.3/config.c
#ifndef OPENSSL_GPL_VIOLATION
                if (opt_auth_mode == AUTH_MODE_HYBRID ||
                        opt_auth_mode == AUTH_MODE_CERT) {
                        printf("%s was built without openssl: Can't do hybrid 
or cert mode.\n", argv[0]);
                        exit(1);
                }

j.

Reply via email to