gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-23-gf520790


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-23-gf520790
Date: Fri, 04 Dec 2009 00:01:19 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=f520790a5de497a09c12638d74d6d08ee3e28c82

The branch, master has been updated
       via  f520790a5de497a09c12638d74d6d08ee3e28c82 (commit)
      from  fd400367276404ec74ffccdd003511f4d29e40c2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f520790a5de497a09c12638d74d6d08ee3e28c82
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Dec 4 01:58:28 2009 +0200

    fixes for compilation.

-----------------------------------------------------------------------

Summary of changes:
 lib/compat.c            |    3 +++
 lib/gnutls_algorithms.h |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lib/compat.c b/lib/compat.c
index 0a01b72..1b78f10 100644
--- a/lib/compat.c
+++ b/lib/compat.c
@@ -31,6 +31,9 @@
 #include <random.h>
 #include <gnutls_cipher_int.h>
 
+int gnutls_crypto_single_mac_register2 (int priority, ...);
+int gnutls_crypto_mac_register2 (int priority, ...);
+
 int
 gnutls_crypto_single_mac_register2 (int priority, ...)
 {
diff --git a/lib/gnutls_algorithms.h b/lib/gnutls_algorithms.h
index edc9d16..aa9038a 100644
--- a/lib/gnutls_algorithms.h
+++ b/lib/gnutls_algorithms.h
@@ -70,7 +70,6 @@ cipher_suite_st _gnutls_cipher_suite_get_suite_name 
(cipher_suite_st *
                                                     algorithm);
 
 /* Functions for ciphers. */
-int gnutls_cipher_get_block_size (gnutls_cipher_algorithm_t algorithm);
 int _gnutls_cipher_is_block (gnutls_cipher_algorithm_t algorithm);
 int _gnutls_cipher_is_ok (gnutls_cipher_algorithm_t algorithm);
 int _gnutls_cipher_get_iv_size (gnutls_cipher_algorithm_t algorithm);


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]