diff options
Diffstat (limited to 'doc/reference/Makefile.am')
-rw-r--r-- | doc/reference/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |