gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_18-36-g42b7


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_18-36-g42b7048
Date: Thu, 19 Apr 2012 19:44:54 +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=42b704838c79803b9b39ef05596dc397307d3be9

The branch, gnutls_3_0_x-2 has been updated
       via  42b704838c79803b9b39ef05596dc397307d3be9 (commit)
      from  12a035ddc9d21def49e5eb9951da6566f4459d17 (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 42b704838c79803b9b39ef05596dc397307d3be9
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Apr 19 21:35:45 2012 +0200

    corrected typo

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

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

diff --git a/lib/gnutls_dh.c b/lib/gnutls_dh.c
index 07e9444..40dcd51 100644
--- a/lib/gnutls_dh.c
+++ b/lib/gnutls_dh.c
@@ -46,7 +46,7 @@
 /* returns the public value (X), and the secret (ret_x).
  */
 int
-gnutls_calc_dh_secret (bigint_t* ret_y, bigint_t * ret_x, bigint_t g, bigint_t 
+gnutls_calc_dh_secret (bigint_t* ret_y, bigint_t * ret_x, bigint_t g, bigint_t 
prime,
                        unsigned int q_bits)
 {
   bigint_t e=NULL, x = NULL;
diff --git a/lib/gnutls_dh.h b/lib/gnutls_dh.h
index e0e699b..5267f13 100644
--- a/lib/gnutls_dh.h
+++ b/lib/gnutls_dh.h
@@ -24,8 +24,8 @@
 #define GNUTLS_DH_H
 
 const bigint_t *_gnutls_dh_params_to_mpi (gnutls_dh_params_t);
-int gnutls_calc_dh_secret (bigint_t *ret_y, bigint_t * ret_x, bigint_t g, bigin
-                                unsigned int q_bits);
+int gnutls_calc_dh_secret (bigint_t* ret_y, bigint_t * ret_x, bigint_t g, 
bigint_t,
+                           unsigned int q_bits);
 int gnutls_calc_dh_key (bigint_t* key, bigint_t f, bigint_t x, bigint_t prime);
 
 gnutls_dh_params_t


hooks/post-receive
-- 
GNU gnutls



reply via email to

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