diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-02-17 14:12:26 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-02-17 14:12:26 +0100 |
commit | 6ab06e2e00047cd7e4dc8c24140550e75da4fd84 (patch) | |
tree | d9cfb0e7cc4948be93cc4f406d59ab9434950b5d /doc/reference | |
parent | 9d49330c3c676105fd81bb6abe069a16ac87750e (diff) | |
download | gnutls-6ab06e2e00047cd7e4dc8c24140550e75da4fd84.tar.gz |
Need crypto.h too.
Diffstat (limited to 'doc/reference')
-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 \ |