]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Need crypto.h too.
authorSimon Josefsson <simon@josefsson.org>
Wed, 17 Feb 2010 13:12:26 +0000 (14:12 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 17 Feb 2010 13:12:26 +0000 (14:12 +0100)
doc/reference/Makefile.am

index b85be656acee793becb3a6c3ccb22cae1146e95a..04050f1350cb50bdea80d822b79637e1c4d196a7 100644 (file)
@@ -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              \