make unknown signature types terribly obvious
authorroot <devnull@localhost>
Tue, 15 Apr 1997 02:23:52 +0000 (02:23 +0000)
committerroot <devnull@localhost>
Tue, 15 Apr 1997 02:23:52 +0000 (02:23 +0000)
CVS patchset: 1538
CVS date: 1997/04/15 02:23:52

checksig.c

index edebf9e..568efe8 100644 (file)
@@ -239,7 +239,7 @@ int doCheckSig(int flags, char **argv)
                        }
                        break;
                      default:
-                       strcat(buffer, "!!! ");
+                       strcat(buffer, "?UnknownSignatureType? ");
                        res2 = 1;
                    }
                }