diff options
author | Werner Koch <wk@gnupg.org> | 2004-10-20 10:55:26 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-10-20 10:55:26 +0200 |
commit | c5487b7982128851b682d54f4ffd67c32e444b6f (patch) | |
tree | f190d6bf9de85aae6bd3977a1d988430f9a61edc | |
parent | * sc-investigate: Removed. (diff) | |
download | gnupg2-c5487b7982128851b682d54f4ffd67c32e444b6f.tar.xz gnupg2-c5487b7982128851b682d54f4ffd67c32e444b6f.zip |
typo fix
-rw-r--r-- | kbx/keybox-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/keybox-openpgp.c b/kbx/keybox-openpgp.c index 7e6e0e412..7401949c9 100644 --- a/kbx/keybox-openpgp.c +++ b/kbx/keybox-openpgp.c @@ -301,7 +301,7 @@ parse_key (const unsigned char *data, size_t datalen, else { /* Its a pitty that we need to prefix the buffer with the tag - and a length header: We can't simply psss it to the fast + and a length header: We can't simply pass it to the fast hashing fucntion for that reason. It might be a good idea to have a scatter-gather enabled hash function. What we do here is to use a static buffer if this one is large enough and |