summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenPGP/patches/patch-aa
blob: 733f7c5080b16dfdc83798d12b0e38f97260d8a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.1 2001/10/21 11:11:23 wiz Exp $

--- Makefile.PL.orig    Wed Oct  3 16:20:14 2001
+++ Makefile.PL Wed Oct  3 16:22:04 2001
@@ -65,7 +65,7 @@
     for my $ciph (@cryptmod) {
         printf "    [%d] %s\n", $i++, $ciph->[0];
     }
-    my $c = prompt("\nEnter your choices, separated by spaces:", 1);
+    my $c = prompt("\nEnter your choices, separated by spaces:", "1 3 4 5");
     print "\n";
 
     for my $id (split /\s+/, $c) {
@@ -86,7 +86,7 @@
     for my $ciph (@dgstmod) {
         printf "    [%d] %s\n", $i++, $ciph->[0];
     }
-    my $c = prompt("\nEnter your choices, separated by spaces:", 2);
+    my $c = prompt("\nEnter your choices, separated by spaces:", "1 2 3");
     print "\n";
 
     for my $id (split /\s+/, $c) {