diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-02-26 11:10:33 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-02-26 11:10:33 +0100 |
commit | 0016a40a7a3a801b39239e25c78e2dc4a6d6c066 (patch) | |
tree | 14defae07929cc7230abd7672a31a1db610ca60d /doc | |
parent | d121583607afaa820f9f4ff83d424cc7130f1eab (diff) | |
download | gnutls-0016a40a7a3a801b39239e25c78e2dc4a6d6c066.tar.gz |
Move dsa.h stuff to x509_int.h.
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 f7a125c097..2184c5c1e7 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -68,7 +68,7 @@ IGNORE_HFILES=debug.h gnutls_compress.h defines.h gnutls_cipher.h \ der.h errors.h gstr.h parser_aux.h element.h \ errors_int.h int.h mem.h structure.h \ \ - common.h dsa.h mpi.h pkcs7.h rfc2818.h verify.h compat.h \ + common.h mpi.h pkcs7.h rfc2818.h verify.h compat.h \ extensions.h privkey.h \ \ gnutls_extra.h openssl_compat.h \ |