diff options
Diffstat (limited to 'scd/app-openpgp.c')
-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 597ef437c..4de465ee1 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -1926,7 +1926,7 @@ do_genkey (app_t app, ctrl_t ctrl, const char *keynostr, unsigned int flags, start_at = time (NULL); rc = iso7816_generate_keypair #else -#warning key generation temporary replaced by reading an existing key. +# warning key generation temporary replaced by reading an existing key. rc = iso7816_read_public_key #endif (app->slot, (const unsigned char*)(keyno == 0? "\xB6" : |