From: Simon Josefsson Date: Wed, 17 Feb 2010 13:12:26 +0000 (+0100) Subject: Need crypto.h too. X-Git-Tag: gnutls_2_9_10~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ab06e2e00047cd7e4dc8c24140550e75da4fd84;p=thirdparty%2Fgnutls.git Need crypto.h too. --- diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index b85be656ac..04050f1350 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 \