mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
mount does now work in server and standalone mode.
Implemented a signal handler.
This commit is contained in:
parent
536b6ab09f
commit
1445c15ed1
9 changed files with 1011 additions and 112 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue