fix “vpnc was built without openssl: Can’t do hybrid or cert mode”

so you build vpnc and you get :
vpnc was built without openssl: Can't do hybrid or cert mode
here is an easy fix:
vi the Makefile

uncomment the two lines below :

# OPENSSL_GPL_VIOLATION = -DOPENSSL_GPL_VIOLATION
# OPENSSLLIBS = -lcrypto

recompile

voila! fixed

«
»

Leave a Reply

Your email address will not be published. Required fields are marked *