diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-02-26 11:19:26 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-02-26 11:19:26 +0100 |
commit | 5dd830a0689db8e85baed404347308b122d93627 (patch) | |
tree | 4932635e18dbc8810dc30edb53a74e11f7d1eb16 /doc | |
parent | 2b34c12461ebc223fa7ab102297d0fea67ac6f42 (diff) | |
download | gnutls-5dd830a0689db8e85baed404347308b122d93627.tar.gz |
Move privkey.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 2c90ac7735..06e91215c5 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -69,7 +69,7 @@ IGNORE_HFILES=debug.h gnutls_compress.h defines.h gnutls_cipher.h \ errors_int.h int.h mem.h structure.h \ \ common.h mpi.h rfc2818.h compat.h \ - extensions.h privkey.h \ + extensions.h \ \ gnutls_extra.h openssl_compat.h \ \ |