aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-11-23 09:05:45 +0000
committerWerner Koch <[email protected]>2005-11-23 09:05:45 +0000
commitb8795bb8232ad5c26180ef27ad94e1b0832a95cf (patch)
tree1b3ca129527ae023b4a467260a02832e8110c402 /sm/gpgsm.c
parentDon't use keywords for signed files. (diff)
downloadgnupg-b8795bb8232ad5c26180ef27ad94e1b0832a95cf.tar.gz
gnupg-b8795bb8232ad5c26180ef27ad94e1b0832a95cf.zip
Print a note that the software has not been approved for qualified signatures.
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 0f9745a8c..7347bf575 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -1220,6 +1220,11 @@ main ( int argc, char **argv)
if (may_coredump && !opt.quiet)
log_info (_("WARNING: program may create a core file!\n"));
+/* if (opt.qualsig_approval && !opt.quiet) */
+/* log_info (_("This software has offically been approved to " */
+/* "create and verify\n" */
+/* "qualified signatures according to German law.\n")); */
+
if (logfile && cmd == aServer)
{
log_set_file (logfile);