]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
GTK-DOC fixes.
authorSimon Josefsson <simon@josefsson.org>
Mon, 16 Jan 2012 13:16:41 +0000 (14:16 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 16 Jan 2012 13:23:32 +0000 (14:23 +0100)
lib/includes/gnutls/gnutls.h.in
lib/nettle/ecc_mulmod.c

index 22aba974c1038ad5cd207b693c06f44de68e47c3..0f4aa044c503027b666b474f54893dda06e446a2 100644 (file)
@@ -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);
 
index 37024764f5c2b5ca33f6acff0700627b8bf4c4b1..859a9ee0d789e59a8bbcdd4c04d7655da0630696 100644 (file)
@@ -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