Commit a472dde4 authored by Paul C. Sutton's avatar Paul C. Sutton
Browse files

ssldir.pl did not correctly set the directory in utils/mk1mk.pl when

perl5 was used.
parent 68a8a41b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ $#ARGV == 0 || die "usage: ssldir.pl /new/path\n";
	);

%mk1mf=(
	'^$INSTALLTOP=','$INSTALLTOP="%s";',
	'^\$INSTALLTOP=','$INSTALLTOP="%s";',
	);

&dofile("crypto/cryptlib.h",$ARGV[0],%cryptlib);