aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/g10.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 1cf1d769a..55ea0c26b 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -50,7 +50,11 @@ strusage( int level )
case 12: p =
"\nSyntax: g10 [options] [files]\n"
"sign, check, encrypt or decrypt\n"
- "default operation depends on the input data\n";
+ "default operation depends on the input data\n"
+ #ifndef HAVE_RSA_CIPHER
+ "This version does not support RSA!\n"
+ #endif
+ ;
break;
default: p = default_strusage(level);
}