summaryrefslogblamecommitdiff
path: root/security/tinyca/files/patch-lib::CA.pm
blob: bccae6296ffdc0b7e8d641e6e79690995b3d5a96 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                              
--- lib/CA.pm.orig	Tue Jul  1 00:33:18 2003
+++ lib/CA.pm	Tue Jul 15 17:05:35 2003
@@ -328,7 +328,7 @@
    };
 
    # create configuration file
-   my $in  = $self->{'init'}->{'templatedir'}."/openssl.cnf";
+   my $in  = $self->{'init'}->{'templatedir'}."/tinyca.cnf";
    my $out = $self->{$name}->{'dir'}."/openssl.cnf";
 
    open(IN, "<$in") || do {