diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-03-10 12:12:09 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-03-10 12:12:09 +0100 |
commit | 749abd0331001e05f82967a597552aa6f5db0563 (patch) | |
tree | 09c7803602ccf9904ebfef32d3ba7279c7331a55 /doc | |
parent | aee1d2e21bb2e48cb66c2ce88248f1bb87c10f9e (diff) | |
download | gnutls-749abd0331001e05f82967a597552aa6f5db0563.tar.gz |
Remove gnutls_extra.h, not needed anymore.
Fixes build failure in libextra that looked for opencdk.h (via
auth_cert.h). Reported by Roman Bogorodskiy <novel@FreeBSD.org>.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 9416f480f6..30f859484e 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -74,7 +74,7 @@ IGNORE_HFILES=debug.h gnutls_compress.h defines.h gnutls_cipher.h \ \ common.h compat.h \ \ - gnutls_extra.h openssl_compat.h \ + openssl_compat.h \ \ cipher.h context.h filters.h main.h md.h packet.h \ stream.h types.h \ |