pkgsrc/security/p5-SHA/patches/patch-aa
2000-10-15 17:23:44 +00:00

8 lines
363 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 17:23:44 itojun Exp $
--- Makefile.PL- Sat Oct 7 21:47:26 2000
+++ Makefile.PL Sat Oct 7 21:47:33 2000
@@ -22,3 +22,3 @@
print "Do you want to use the original SHA or the new standard SHA-1?\nEnter 0 for the original or 1 for the new standard. [1]";
- $resp = <STDIN>;
+ $resp = '1';
if (defined($resp)) {