]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added new headers. gnutls_2_99_2
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 26 May 2011 16:55:06 +0000 (18:55 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 26 May 2011 16:58:23 +0000 (18:58 +0200)
lib/Makefile.am
lib/auth/Makefile.am
lib/ext/Makefile.am
lib/nettle/Makefile.am

index 01a87eecf6cba572c022c1aee91f7102536cf4df..7e9eaa9955424a934bcbf7b99269b6c607397553 100644 (file)
@@ -85,7 +85,7 @@ endif
 
 HFILES = abstract_int.h debug.h gnutls_compress.h gnutls_cipher.h      \
        gnutls_buffers.h gnutls_errors.h gnutls_int.h gnutls_dtls.h     \
-       gnutls_handshake.h gnutls_num.h gnutls_algorithms.h             \
+       gnutls_handshake.h gnutls_num.h algorithms.h            \
        gnutls_dh.h gnutls_kx.h gnutls_hash_int.h gnutls_cipher_int.h   \
        gnutls_db.h gnutls_auth.h gnutls_extensions.h   \
        x509_b64.h gnutls_v2_compat.h gnutls_datum.h \
@@ -96,7 +96,7 @@ HFILES = abstract_int.h debug.h gnutls_compress.h gnutls_cipher.h     \
        gnutls_rsa_export.h gnutls_srp.h auth/srp.h auth/srp_passwd.h   \
        gnutls_helper.h gnutls_supplemental.h crypto.h random.h system.h\
        locks.h gnutls_mbuffers.h pkcs11_int.h \
-       hash.h
+       hash.h gnutls_ecc.h
 
 COBJECTS+=pakchois/pakchois.c pakchois/errors.c pakchois/dlopen.c
 HFILES+=pakchois/pakchois.h pakchois/pakchois11.h pakchois/dlopen.h
index 92519def8142f5c38292c4acb65efa5d8f610bbf..c4cad8b58c941b8dd46ba99b0db2ba832a5e2184 100644 (file)
@@ -39,4 +39,4 @@ libgnutls_auth_la_SOURCES = anon.c cert.c dh_common.c dhe.c \
        dhe_psk.c psk.c psk_passwd.c rsa.c rsa_export.c srp.c \
        srp_passwd.c srp_rsa.c srp_sb64.c anon.h cert.h dh_common.h \
        psk.h psk_passwd.h srp.h srp_passwd.h anon_ecdh.c \
-       ecdh_common.c
+       ecdh_common.c ecdh_common.h
index 90dcb072abd49d13089146a6e67c7c1bc1d53dea..977ebf6f833232cfd0483694191148a08a1c0c81 100644 (file)
@@ -39,4 +39,4 @@ libgnutls_ext_la_SOURCES = max_record.c cert_type.c \
        server_name.c signature.c safe_renegotiation.c \
        max_record.h cert_type.h server_name.h srp.h \
        session_ticket.h signature.h safe_renegotiation.h \
-       session_ticket.c srp.c ecc.c
+       session_ticket.c srp.c ecc.c ecc.h
index 233ab306a3eb039aa4588efd5c583d1422b0bc70..500117b5046fa075890f1c5e3d1a43c72f7b2d44 100644 (file)
@@ -39,4 +39,4 @@ libcrypto_la_SOURCES = pk.c mpi.c mac.c cipher.c rnd.c init.c egd.c egd.h \
        ecc_test.c ecc_map.c \
        ecc_mulmod.c ecc_points.c ecc_projective_dbl_point_3.c \
        ecc_projective_add_point.c ecc_projective_dbl_point.c \
-       ecc_sign_hash.c ecc_verify_hash.c 
+       ecc_sign_hash.c ecc_verify_hash.c gnettle.h