mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +08:00
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=(
|
||||
'^$INSTALLTOP=','$INSTALLTOP="%s";',
|
||||
'^\$INSTALLTOP=','$INSTALLTOP="%s";',
|
||||
);
|
||||
|
||||
&dofile("crypto/cryptlib.h",$ARGV[0],%cryptlib);
|
||||
|
Loading…
Reference in New Issue
Block a user