From 7a5c3a85b3a8444578932809f648b17537b70d1d Mon Sep 17 00:00:00 2001 From: Tim Kosse Date: Thu, 15 Nov 2012 19:57:02 +0100 Subject: [PATCH] print-ciphersuites was a very useful too for debugging this. Now it is even built. Signed-off-by: Nikos Mavrogiannopoulos --- doc/examples/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index a42b44912..671ef31ab 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -43,6 +43,7 @@ CXX_LDADD = ../../lib/libgnutlsxx.la \ noinst_PROGRAMS = ex-client-resume ex-client-dtls noinst_PROGRAMS += ex-cert-select ex-client-x509 noinst_PROGRAMS += ex-serv-dtls +noinst_PROGRAMS += print-ciphersuites if ENABLE_CXX ex_cxx_SOURCES = ex-cxx.cpp @@ -79,5 +80,4 @@ endif libexamples_la_SOURCES = examples.h ex-alert.c ex-pkcs12.c \ ex-session-info.c ex-x509-info.c ex-verify.c \ - tcp.c udp.c ex-pkcs11-list.c verify.c ex-verify-ssh.c \ - print-ciphersuites.c + tcp.c udp.c ex-pkcs11-list.c verify.c ex-verify-ssh.c -- 2.11.4.GIT