@@ -68,31 +68,31 @@ sub generate()
68
68
} elsif ($inalgsect ) {
69
69
if ($line =~ / \[\s *\w +\s *\] / ) {
70
70
print $oh " default_properties = ?provider=ibmca\n " ;
71
- $inalgsect = 0;
71
+ $inalgsect = 0;
72
72
} elsif ($line =~ / ^\s *default_properties\s *=\s *(\w +)\s */ ) {
73
73
print $oh " default_properties = ?provider=ibmca\n " ;
74
74
print $oh " # The following was commented out by ibmca-provider-opensslconfig script\n " ;
75
75
print " WARNING: The default_properties in $algsection was modified by this script.\n " ;
76
76
$line = " # $line " ;
77
77
}
78
78
} elsif ($inprovidersect ) {
79
- if ($line =~ / \[\s *\w +\s *\] / ) {
80
- $inprovidersect = 0;
81
- print $oh " ibmca_provider = ibmca_provider_section\n " ;
82
- print $oh " # Make sure that you have configured and activated at least one other provider!\n " ;
83
- print " WARNING: The IBMCA provider was added to section [$providersect ].\n " ;
84
- print " Make sure that you have configured and activated at least one other provider, e.g. the default provider!\n " ;
85
- }
86
- }
79
+ if ($line =~ / \[\s *\w +\s *\] / ) {
80
+ $inprovidersect = 0;
81
+ print $oh " ibmca_provider = ibmca_provider_section\n " ;
82
+ print $oh " # Make sure that you have configured and activated at least one other provider!\n " ;
83
+ print " WARNING: The IBMCA provider was added to section [$providersect ].\n " ;
84
+ print " Make sure that you have configured and activated at least one other provider, e.g. the default provider!\n " ;
85
+ }
86
+ }
87
87
print $oh " $line " ;
88
88
if ($defaultcnfsect && $line =~ / \[\s *$defaultcnfsect \s *\] / ) {
89
89
$indefaultsect = 1;
90
90
}
91
91
if ($algsection && $line =~ / \[\s *$algsection \s *\] / ) {
92
92
$inalgsect = 1;
93
93
}
94
- if ($providersect && $line =~ / \[\s *$providersect \s *\] / ) {
95
- $inprovidersect = 1;
94
+ if ($providersect && $line =~ / \[\s *$providersect \s *\] / ) {
95
+ $inprovidersect = 1;
96
96
}
97
97
}
98
98
0 commit comments