]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
TLS/IA example uses anonymous ciphers.
authorSimon Josefsson <simon@josefsson.org>
Thu, 6 Sep 2007 15:27:57 +0000 (17:27 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 6 Sep 2007 15:27:57 +0000 (17:27 +0200)
doc/examples/Makefile.am

index be25ec42ecdd5800cdbcfe42707885c487d78bf6..3d2b6223d37e60fad78cabd1d2720aeae4fcac26 100644 (file)
@@ -28,10 +28,11 @@ LDADD = libexamples.la \
        ../../libextra/libgnutls-extra.la
 
 noinst_PROGRAMS = ex-cert-select ex-client2 ex-client-resume   \
-       ex-client-tlsia ex-crq ex-serv1 ex-serv-export
+       ex-crq ex-serv1 ex-serv-export
 
 if ENABLE_ANON
 noinst_PROGRAMS += ex-client1 ex-serv-anon
+noinst_PROGRAMS += ex-client-tlsia 
 endif
 
 if ENABLE_OPENPGP