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_11-60-g823e333


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_11-60-g823e333
Date: Mon, 16 Jan 2012 14:59:49 +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=823e33387f8a147addf3d8622dcb1f612c057309

The branch, master has been updated
       via  823e33387f8a147addf3d8622dcb1f612c057309 (commit)
      from  4e1cf8cf19da050960578ad82ba922120fea6f80 (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 823e33387f8a147addf3d8622dcb1f612c057309
Author: Simon Josefsson <address@hidden>
Date:   Mon Jan 16 14:16:41 2012 +0100

    GTK-DOC fixes.

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

Summary of changes:
 lib/includes/gnutls/gnutls.h.in |    8 +++++++-
 lib/nettle/ecc_mulmod.c         |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 22aba97..0f4aa04 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -1274,13 +1274,19 @@ gnutls_ecc_curve_t 
gnutls_ecc_curve_get(gnutls_session_t session);
                           const gnutls_datum_t * data, void *result,
                           size_t * result_size);
 
+  /**
+   * gnutls_random_art_t:
+   * @GNUTLS_RANDOM_ART_OPENSSH: OpenSSH-style random art.
+   *
+   * Enumeration of different random art types.
+   */
   typedef enum gnutls_random_art
   {
     GNUTLS_RANDOM_ART_OPENSSH=1,
   } gnutls_random_art_t;
 
   int gnutls_random_art (gnutls_random_art_t type, 
-                         const char* key_name, unsigned int key_size,
+                         const char* key_type, unsigned int key_size,
                          void * fpr, size_t fpr_size,
                          gnutls_datum_t* art);
 
diff --git a/lib/nettle/ecc_mulmod.c b/lib/nettle/ecc_mulmod.c
index 3702476..859a9ee 100644
--- a/lib/nettle/ecc_mulmod.c
+++ b/lib/nettle/ecc_mulmod.c
@@ -27,7 +27,7 @@
 /* size of sliding window, don't change this! */
 #define WINSIZE 4
 
-/**
+/*
    Perform a point multiplication 
    @param k    The scalar to multiply by
    @param G    The base point


hooks/post-receive
-- 
GNU gnutls



reply via email to

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