diff options
author | Werner Koch <[email protected]> | 2003-07-29 14:07:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-07-29 14:07:28 +0000 |
commit | 2d7d9dc1900665f1306dab844956120da288807e (patch) | |
tree | 7a1c7d443c35173be5a9a733a6d02d43a7ad948f | |
parent | * gpgsm.c (main): Add secmem features and set the random seed file. (diff) | |
download | gnupg-2d7d9dc1900665f1306dab844956120da288807e.tar.gz gnupg-2d7d9dc1900665f1306dab844956120da288807e.zip |
*** empty log message ***
-rw-r--r-- | scd/app-openpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index f8c13f6d2..09a19699d 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -370,7 +370,7 @@ store_fpr (int slot, int keynumber, u32 timestamp, const unsigned char *e, size_t elen, unsigned char *fpr, unsigned int card_version) { - unsigned int n, nbits;; + unsigned int n, nbits; unsigned char *buffer, *p; int rc; |