diff options
| author | Werner Koch <[email protected]> | 2010-04-23 11:36:59 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2010-04-23 11:36:59 +0000 |
| commit | 8e5010a958ded63ab6df89e1ba4d45ed9f2e572a (patch) | |
| tree | 7859b79f876bc753dd2732b3d2348684bc766dbc /common | |
| parent | 2010-04-23 Marcus Brinkmann <[email protected]> (diff) | |
| download | gnupg-8e5010a958ded63ab6df89e1ba4d45ed9f2e572a.tar.gz gnupg-8e5010a958ded63ab6df89e1ba4d45ed9f2e572a.zip | |
Decryption and signi via agent is now implemented.
Diffstat (limited to 'common')
| -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 2679000a5..25ddbdd7f 100644 --- a/common/sexputil.c +++ b/common/sexputil.c @@ -136,7 +136,7 @@ cmp_simple_canon_sexp (const unsigned char *a_orig, } -/* Create a simple S-expression from the hex string at LIBNE. Returns +/* Create a simple S-expression from the hex string at LINE. Returns a newly allocated buffer with that canonical encoded S-expression or NULL in case of an error. On return the number of characters scanned in LINE will be stored at NSCANNED. This fucntions stops |
