diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-02-26 12:18:59 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-02-26 12:18:59 +0100 |
commit | 51c160b7d279f2b93b5318f23ce091fd42ef3230 (patch) | |
tree | 009acca8438645d659a042c4ad975f815f6ce7d8 /doc | |
parent | cf78e90a0250b74256335781e2924064ebbb32a1 (diff) | |
download | gnutls-51c160b7d279f2b93b5318f23ce091fd42ef3230.tar.gz |
Move rfc2818.h hostname comparison to gnutls_str.h and update callers.
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 dfcc0f69c4..903ddff98e 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 compat.h \ + common.h mpi.h compat.h \ \ gnutls_extra.h openssl_compat.h \ \ |