diff options
author | Werner Koch <[email protected]> | 2009-10-14 17:06:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-10-14 17:06:10 +0000 |
commit | 1445c15ed1d874ad624bb2a635b48d82a2b9d9d9 (patch) | |
tree | 0f34970d0c1bce67099fe76a3cad9e13fd8b052c /g13/create.c | |
parent | Keep on hacking on g13. A simple --create and --mount does now work. (diff) | |
download | gnupg-1445c15ed1d874ad624bb2a635b48d82a2b9d9d9.tar.gz gnupg-1445c15ed1d874ad624bb2a635b48d82a2b9d9d9.zip |
mount does now work in server and standalone mode.
Implemented a signal handler.
Diffstat (limited to 'g13/create.c')
-rw-r--r-- | g13/create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/create.c b/g13/create.c index 7f3a349b2..0279c337d 100644 --- a/g13/create.c +++ b/g13/create.c @@ -39,7 +39,7 @@ /* Create a new blob with all the session keys and other meta information which are to be stored encrypted in the crypto container header. On success the malloced blob is stored at R_BLOB - and its length at R_BLOBLEN. On error en error ocde is returned + and its length at R_BLOBLEN. On error an error code is returned and (R_BLOB,R_BLOBLEN) are set to (NULL,0). The format of this blob is a sequence of tag-length-value tuples. |