diff options
author | Werner Koch <wk@gnupg.org> | 2010-04-20 15:47:12 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-04-20 15:47:12 +0200 |
commit | 67934a8c138dc7f1cc82627099fd3dee47e15c2f (patch) | |
tree | 42185f39d1bdb5bc4e69989dc8ca22d60513c3c7 /common/sexputil.c | |
parent | Add a separate header for time related fucntions. (diff) | |
download | gnupg2-67934a8c138dc7f1cc82627099fd3dee47e15c2f.tar.xz gnupg2-67934a8c138dc7f1cc82627099fd3dee47e15c2f.zip |
Add missing file.
Typo fix.
Diffstat (limited to 'common/sexputil.c')
-rw-r--r-- | common/sexputil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/sexputil.c b/common/sexputil.c index 1e5918723..2679000a5 100644 --- a/common/sexputil.c +++ b/common/sexputil.c @@ -292,7 +292,7 @@ make_canon_sexp_from_rsa_pk (const void *m_arg, size_t mlen, } -/* Return the so parameters of a public RSA key expressed as an +/* Return the parameters of a public RSA key expressed as an canonical encoded S-expression. */ gpg_error_t get_rsa_pk_from_canon_sexp (const unsigned char *keydata, size_t keydatalen, |