diff options
author | Werner Koch <[email protected]> | 2006-04-11 13:53:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-04-11 13:53:21 +0000 |
commit | c664309a0a9c2cd0aa0b1e10b488818ae7496f60 (patch) | |
tree | 95b635402c14e96ed1f30af30d0437f3e5f463c3 /scd/app-openpgp.c | |
parent | 2006-04-09 Moritz Schulte <[email protected]> (diff) | |
download | gnupg-c664309a0a9c2cd0aa0b1e10b488818ae7496f60.tar.gz gnupg-c664309a0a9c2cd0aa0b1e10b488818ae7496f60.zip |
Added command APDU
Diffstat (limited to '')
-rw-r--r-- | scd/app-openpgp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index fff709a08..5e9281a38 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -112,8 +112,8 @@ struct app_local_s { encoded S-expression encoding a public key. Might be NULL if key is not available. */ - size_t keylen; /* The length of the above S-expression. Thsi - is usullay only required for corss checks + size_t keylen; /* The length of the above S-expression. This + is usullay only required for cross checks because the length of an S-expression is implicitly available. */ } pk[3]; |