diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-02-26 11:15:58 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-02-26 11:15:58 +0100 |
commit | 2b34c12461ebc223fa7ab102297d0fea67ac6f42 (patch) | |
tree | c87913c1f3bddce8b114d02370befde37331df09 /doc/reference | |
parent | 9ed840ec9a4f3552c0430c51aa9299781d754f17 (diff) | |
download | gnutls-2b34c12461ebc223fa7ab102297d0fea67ac6f42.tar.gz |
Move verify.h stuff to x509_int.h.
Diffstat (limited to 'doc/reference')
-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 86da59f1eb..2c90ac7735 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 mpi.h rfc2818.h verify.h compat.h \ + common.h mpi.h rfc2818.h compat.h \ extensions.h privkey.h \ \ gnutls_extra.h openssl_compat.h \ |