blob: b6c3aeb0a9b29dedef835d2e239625633e8b45ec (
plain)
1
2
3
4
5
6
7
8
|
$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)) {
|