diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-01 17:00:32 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-01 17:00:32 +0200 |
commit | 872ae430fbc0f8454c74260442989dd51ded898a (patch) | |
tree | 871b11b203cf0305951571e47e665f945ac0e9cd /lib/Makefile.am | |
parent | c1c1547998b0497da19297a9eb1e2c317b3cd422 (diff) | |
download | gnutls-872ae430fbc0f8454c74260442989dd51ded898a.tar.gz |
Move definitions in gnutls_auth_int.h to gnutls_auth.h and update callers.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 1c243914ac..1571860857 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -96,11 +96,11 @@ HFILES = debug.h gnutls_compress.h defines.h gnutls_cipher.h \ gnutls_handshake.h gnutls_num.h gnutls_algorithms.h \ gnutls_dh.h gnutls_kx.h gnutls_hash_int.h gnutls_cipher_int.h \ gnutls_db.h gnutls_compress_int.h gnutls_auth.h auth_anon.h \ - gnutls_extensions.h gnutls_buffer.h gnutls_auth_int.h \ - x509_b64.h gnutls_v2_compat.h gnutls_datum.h auth_cert.h \ - gnutls_mpi.h gnutls_pk.h gnutls_record.h gnutls_cert.h \ - gnutls_constate.h gnutls_global.h gnutls_sig.h gnutls_mem.h \ - io_debug.h ext_max_record.h gnutls_session_pack.h gnutls_str.h \ + gnutls_extensions.h gnutls_buffer.h x509_b64.h \ + gnutls_v2_compat.h gnutls_datum.h auth_cert.h gnutls_mpi.h \ + gnutls_pk.h gnutls_record.h gnutls_cert.h gnutls_constate.h \ + gnutls_global.h gnutls_sig.h gnutls_mem.h io_debug.h \ + ext_max_record.h gnutls_session_pack.h gnutls_str.h \ gnutls_state.h gnutls_x509.h ext_cert_type.h \ gnutls_rsa_export.h ext_server_name.h auth_dh_common.h \ ext_srp.h gnutls_srp.h auth_srp.h auth_srp_passwd.h \ |