ssldir.pl did not correctly set the directory in utils/mk1mk.pl when
perl5 was used.
This commit is contained in:
parent
68a8a41bef
commit
a472dde430
@ -23,7 +23,7 @@ $#ARGV == 0 || die "usage: ssldir.pl /new/path\n";
|
|||||||
);
|
);
|
||||||
|
|
||||||
%mk1mf=(
|
%mk1mf=(
|
||||||
'^$INSTALLTOP=','$INSTALLTOP="%s";',
|
'^\$INSTALLTOP=','$INSTALLTOP="%s";',
|
||||||
);
|
);
|
||||||
|
|
||||||
&dofile("crypto/cryptlib.h",$ARGV[0],%cryptlib);
|
&dofile("crypto/cryptlib.h",$ARGV[0],%cryptlib);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user