diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-02-26 12:25:07 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-02-26 12:25:07 +0100 |
commit | eb91a7230f193f8d3eb53b406fea2bb7440da7a1 (patch) | |
tree | 6ecfb2155dbe77157a387775e240d8876b35acb2 /doc | |
parent | 51c160b7d279f2b93b5318f23ce091fd42ef3230 (diff) | |
download | gnutls-eb91a7230f193f8d3eb53b406fea2bb7440da7a1.tar.gz |
Move mpi.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 903ddff98e..1385dd6429 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 compat.h \ + common.h compat.h \ \ gnutls_extra.h openssl_compat.h \ \ |