On 01-11-08 02:11:18 CET, [EMAIL PROTECTED] wrote:
> Index: openca-importcerts.in
> ===================================================================
> RCS file: /cvsroot/openca/openca-0.8/scripts/openca-importcerts.in,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -C2 -d -r1.2 -r1.3
> *** openca-importcerts.in     2001/08/23 14:39:23     1.2
> --- openca-importcerts.in     2001/11/08 01:11:16     1.3
> ***************
> *** 28,32 ****
>   
>   print " * Initializing crypto shell ... ";
> ! my $openssl = new OpenCA::OpenSSL;
>   
>   $openssl->setParams(SHELL=>$sslPath,
> --- 28,32 ----
>   
>   print " * Initializing crypto shell ... ";
> ! my $openssl = new OpenCA::OpenSSL( SHELL=>$sslPath );
>   
>   $openssl->setParams(SHELL=>$sslPath,

i was already wondering about this at other places.
when you call the constructor with the SHELL parameter, why do you set
this parameter again in the next line?

rj

_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to