summaryrefslogtreecommitdiff
path: root/src/sexp.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-10-17 17:44:49 +0000
committerWerner Koch <wk@gnupg.org>2006-10-17 17:44:49 +0000
commit7b99fd7c97e11524f8eb1c9b158cf791f5a44caf (patch)
tree2a299b9249ee68c71ada82852da79d730aed5c0c /src/sexp.c
parent488b253f39b008230989660639304f66f1015626 (diff)
downloadlibgcrypt-7b99fd7c97e11524f8eb1c9b158cf791f5a44caf.tar.gz
Various minor changes.
Support for DSA2.
Diffstat (limited to 'src/sexp.c')
-rw-r--r--src/sexp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sexp.c b/src/sexp.c
index 80fed530..38ab073d 100644
--- a/src/sexp.c
+++ b/src/sexp.c
@@ -190,7 +190,7 @@ normalize ( gcry_sexp_t list )
/* Create a new S-expression object by reading LENGTH bytes from
BUFFER, assuming it is canonilized encoded or autodetected encoding
when AUTODETECT is set to 1. With FREEFNC not NULL, ownership of
- the buffer is transferred to tyhe newle created object. FREEFNC
+ the buffer is transferred to the newly created object. FREEFNC
should be the freefnc used to release BUFFER; there is no guarantee
at which point this function is called; most likey you want to use
free() or gcry_free().
@@ -239,7 +239,7 @@ gcry_sexp_create (gcry_sexp_t *retsexp, void *buffer, size_t length,
have changed the internal represenation of S-expression to
the canoncial format - which has the advantage of faster
parsing - we will use this function as a closure in our
- GCRYSEXP object and use the BUFFER directly */
+ GCRYSEXP object and use the BUFFER directly. */
freefnc (buffer);
}
return gcry_error (GPG_ERR_NO_ERROR);