]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Sun, 26 Nov 2006 15:13:06 +0000 (15:13 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sun, 26 Nov 2006 15:13:06 +0000 (15:13 +0000)
libextra/opencdk/kbnode.c
libextra/opencdk/keydb.c
libextra/opencdk/keygen.c
libextra/opencdk/keylist.c
libextra/opencdk/sign.c

index 5fdbcd1092b8141fcb5011fd33c33d958734df2f..758a08a8f9fda47a18e0a8b9e7ff2cd5d7aec6c6 100644 (file)
@@ -65,7 +65,7 @@ _cdk_kbnode_clone( cdk_kbnode_t node )
 
 /**
  * cdk_kbnode_release:
- * @n: the key node
+ * @node: the key node
  *
  * Release the memory of the node.
  **/
index ed48bf76b265aeffb044aafbeadee389b6e18c35..21da7066d0032682859160d4e6aba9f73e16efea 100644 (file)
@@ -758,11 +758,10 @@ keydb_pos_from_cache( cdk_keydb_hd_t hd, cdk_dbsearch_t ks,
 /**
  * cdk_keydb_search:
  * @hd: the keydb object
- * @ks: the keydb search object
  * @ret_key: kbnode object to store the key
  *
- * Search for a key in the given keyring. The search mode is handled
- * via @ks. If the key was found, @ret_key contains the key data.
+ * Search for a key in the given keyring.  If the key was found,
+ * @ret_key contains the key data.
  **/
 cdk_error_t
 cdk_keydb_search( cdk_keydb_hd_t hd, cdk_kbnode_t * ret_key )
index f39bd56ad0fe3f29070a30d55e9843a97dd1f212..18dd6730d34cc83efa44cd5f19bd7d19a0f2d1d4 100644 (file)
@@ -256,7 +256,7 @@ cdk_keygen_set_keyserver_flags( cdk_keygen_ctx_t hd, int no_modify,
  *
  **/
 void
-cdk_keygen_set_expire_date( cdk_keygen_ctx_t hd, int type, long timestamp )
+cdk_keygen_set_expire_date( cdk_keygen_ctx_t hd, int type, long int timestamp )
 {
     if( !hd )
         return;
index 48aced1b9476c5975407b92c70ab59cc5026b4a5..d12f0daf9e7d66b1c03b41b52c060369e456e7ad 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- Mode: C; c-file-style: "bsd" -*-
  * keylist.c - Linked key lists
+ *        Copyright (C) 1998-2002, 2006 Free Software Foundation, Inc.
  *        Copyright (C) 2002, 2003 Timo Schulz
- *        Copyright (C) 1998-2002 Free Software Foundation, Inc.
  *
  * This file is part of OpenCDK.
  *
@@ -235,7 +235,7 @@ cdk_pklist_build( cdk_keylist_t * ret_pkl, cdk_keydb_hd_t hd,
 
 /**
  * cdk_pklist_encrypt:
- * @pkl: the keylist
+ * @pk_list: the keylist
  * @dek: the data encryption key
  * @outp: the stream to write in the data
  *
index 1ca0e52bdb48e390661ea6ea776085b771f1e9bc..46e1a905096d8315d9fbe19a1a0a747dc4a49207 100644 (file)
@@ -221,7 +221,7 @@ sig_get_version( cdk_ctx_t hd, cdk_keylist_t kl )
  * @inp: input stream
  * @out: output stream
  * @locusr: local user list for signing
- * @remustr: remote user list for encrypting
+ * @remusr: remote user list for encrypting
  * @encryptflag: shall the output be encrypted? (1/0)
  * @sigmode: signature mode
  *