From 6ab06e2e00047cd7e4dc8c24140550e75da4fd84 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 17 Feb 2010 14:12:26 +0100 Subject: [PATCH] Need crypto.h too. --- doc/reference/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index b85be656a..04050f135 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -66,10 +66,10 @@ EXTRA_HFILES= # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h IGNORE_HFILES=compat.h -# cd lib/ && echo *.h +# cd lib/ && echo *.h | sed 's/crypto.h//' IGNORE_HFILES += auth_anon.h auth_cert.h auth_dh_common.h auth_psk.h \ auth_psk_passwd.h auth_srp.h auth_srp_passwd.h config.h \ - crypto.h debug.h ext_cert_type.h ext_max_record.h ext_oprfi.h \ + debug.h ext_cert_type.h ext_max_record.h ext_oprfi.h \ ext_safe_renegotiation.h ext_server_name.h \ ext_session_ticket.h ext_signature.h ext_srp.h \ gnutls_algorithms.h gnutls_auth.h gnutls_buffers.h \ -- 2.11.4.GIT