aboutsummaryrefslogtreecommitdiffstats
path: root/g10/rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/rsa.c')
-rw-r--r--g10/rsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/rsa.c b/g10/rsa.c
index b81e1b1bf..f1e8f7b61 100644
--- a/g10/rsa.c
+++ b/g10/rsa.c
@@ -58,7 +58,7 @@ g10_rsa_encrypt( PKT_public_cert *pkc, PKT_pubkey_enc *enc, DEK *dek )
m_free(ustr);
}
#else
- log_bug(NULL);
+ BUG();
#endif/* ! HAVE_RSA_CIPHER*/
}
@@ -96,7 +96,7 @@ g10_rsa_sign( PKT_secret_cert *skc, PKT_signature *sig,
m_free(ustr);
}
#else
- log_bug(NULL);
+ BUG();
#endif/* ! HAVE_RSA_CIPHER*/
}