oops, remove some debugging junk that crept in
diff --git a/openbsd-compat/readpassphrase.c b/openbsd-compat/readpassphrase.c
index 4d25ead..7687710 100644
--- a/openbsd-compat/readpassphrase.c
+++ b/openbsd-compat/readpassphrase.c
@@ -179,6 +179,6 @@
 
 static void handler(int s)
 {
-fprintf(stderr, "COPPED A SGNAL\n");
+
 	signo = s;
 }