summaryrefslogtreecommitdiff
path: root/libextra
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-01-14 21:20:15 +0000
committerSimon Josefsson <simon@josefsson.org>2007-01-14 21:20:15 +0000
commit680f9c57b122cb4447d79dd1c516389618260efa (patch)
treed4690b1578dd4181b2c464c7696ecef1fb53e514 /libextra
parentb60f98edcd4023b25ae1c6f10aeca66ff8911a34 (diff)
downloadgnutls-680f9c57b122cb4447d79dd1c516389618260efa.tar.gz
Doc fix.
Diffstat (limited to 'libextra')
-rw-r--r--libextra/opencdk/pubkey.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/libextra/opencdk/pubkey.c b/libextra/opencdk/pubkey.c
index b0c8550d46..18154229df 100644
--- a/libextra/opencdk/pubkey.c
+++ b/libextra/opencdk/pubkey.c
@@ -1078,13 +1078,13 @@ _cdk_pkt_get_fingerprint( cdk_packet_t pkt, byte * fpr )
/**
* cdk_pubkey_to_sexp:
* @pk: the public key
- * @sexp: where to store the S- expression
+ * @sexp: where to store the S-expression
* @len: the length of sexp
*
- * Convert a public key to an S- expression. sexp is allocated
- * by this function, but you have to cdk_free() it yourself.
- * The S- expression is stored in canonical format as used by
- * libgcrypt (GCRYSEXP_FMT_CANON).
+ * Convert a public key to an S-expression. sexp is allocated by this
+ * function, but you have to cdk_free() it yourself. The S-expression
+ * is stored in canonical format as used by libgcrypt
+ * (GCRYSEXP_FMT_CANON).
**/
cdk_error_t
@@ -1136,13 +1136,13 @@ cdk_pubkey_to_sexp (cdk_pkt_pubkey_t pk, char **sexp, size_t * len)
/**
* cdk_seckey_to_sexp:
* @sk: the secret key
- * @sexp: where to store the S- expression
+ * @sexp: where to store the S-expression
* @len: the length of sexp
*
- * Convert a public key to an S- expression. sexp is allocated
- * by this function, but you have to cdk_free() it yourself.
- * The S- expression is stored in canonical format as used by
- * libgcrypt (GCRYSEXP_FMT_CANON).
+ * Convert a public key to an S-expression. sexp is allocated by this
+ * function, but you have to cdk_free() it yourself. The S-expression
+ * is stored in canonical format as used by libgcrypt
+ * (GCRYSEXP_FMT_CANON).
**/
cdk_error_t