1 diff --git a/Makefile b/Makefile
2 index a74f907..c184f10 100644
5 @@ -39,7 +39,7 @@ DOCDIR=$(PREFIX)/share/doc/vpnc
7 # Comment this in to obtain a binary with certificate support which is
8 # GPL incompliant though.
9 -#OPENSSL_GPL_VIOLATION=yes
10 +OPENSSL_GPL_VIOLATION=yes
12 CRYPTO_LDADD = $(shell pkg-config --libs gnutls)
13 CRYPTO_CFLAGS = $(shell pkg-config --cflags gnutls) -DCRYPTO_GNUTLS