mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
scd: Minor fix for readibility.
* scd/command.c (open_card_with_request): Use NULL instead of APPTYPE_NULL. -- Using the enum is wrong because a string is expected. However it did harm anything because the value of the enum is 0 and thus equivalent to NULL. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
f4da1455c7
commit
c0625c15c1
3 changed files with 3 additions and 3 deletions
|
@ -293,7 +293,7 @@ build_sk_list (ctrl_t ctrl,
|
|||
* --default-key and --try-secret-key). Use the following procedure:
|
||||
*
|
||||
* 1) Initialize a void pointer to NULL
|
||||
* 2) Pass a reference to this pointer to this function (content)
|
||||
* 2) Pass a reference to this pointer to this function (context)
|
||||
* and provide space for the secret key (sk)
|
||||
* 3) Call this function as long as it does not return an error (or
|
||||
* until you are done). The error code GPG_ERR_EOF indicates the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue