diff options
author | Werner Koch <[email protected]> | 1998-02-03 12:09:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-03 12:09:20 +0000 |
commit | 899b8378eca7a3801d02bab5fb4cd13dfb6a8595 (patch) | |
tree | 71b685933a39dfbdc7d6801775dc2c6ff99aeddf /g10/seckey-cert.c | |
parent | changed structure of trustdb (diff) | |
download | gnupg-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.tar.gz gnupg-899b8378eca7a3801d02bab5fb4cd13dfb6a8595.zip |
Fixed a few bugs
Diffstat (limited to '')
-rw-r--r-- | g10/seckey-cert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/seckey-cert.c b/g10/seckey-cert.c index 0fa297914..855e3d1b9 100644 --- a/g10/seckey-cert.c +++ b/g10/seckey-cert.c @@ -317,7 +317,7 @@ protect_secret_key( PKT_secret_cert *cert, DEK *dek ) if( cert->pubkey_algo == PUBKEY_ALGO_ELGAMAL ) return protect_elg( cert, dek ); - #ifdef 0 /* noy yet implemented */ + #if 0 /* noy yet implemented */ else if( cert->pubkey_algo == PUBKEY_ALGO_RSA ) return protect_rsa( cert, dek ); #endif |