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_3_0_18-43-gd6d572b


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_18-43-gd6d572b
Date: Thu, 19 Apr 2012 19:38:17 +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=d6d572b972e51d21f6ad9780a5be5a68c8c9a196

The branch, master has been updated
       via  d6d572b972e51d21f6ad9780a5be5a68c8c9a196 (commit)
      from  525b5464e7f86a403a00b8f1362beed0c23ce576 (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 d6d572b972e51d21f6ad9780a5be5a68c8c9a196
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]