mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 11:14:36 +00:00
Submitted by:
Reviewed by: PR:
This commit is contained in:
parent
cd46aa4ae7
commit
8e945b5efb
@ -479,7 +479,7 @@ open(OUT,'>crypto/opensslconf.h') || die "unable to create crypto/opensslconf.h:
|
|||||||
while (<IN>)
|
while (<IN>)
|
||||||
{
|
{
|
||||||
if (/^#define\s+OPENSSLDIR/)
|
if (/^#define\s+OPENSSLDIR/)
|
||||||
{ print OUT "#define OPENSSLDIR $openssldir\n"; }
|
{ print OUT "#define OPENSSLDIR \"$openssldir\"\n"; }
|
||||||
elsif (/^#((define)|(undef))\s+SIXTY_FOUR_BIT_LONG/)
|
elsif (/^#((define)|(undef))\s+SIXTY_FOUR_BIT_LONG/)
|
||||||
{ printf OUT "#%s SIXTY_FOUR_BIT_LONG\n",($b64l)?"define":"undef"; }
|
{ printf OUT "#%s SIXTY_FOUR_BIT_LONG\n",($b64l)?"define":"undef"; }
|
||||||
elsif (/^#((define)|(undef))\s+SIXTY_FOUR_BIT/)
|
elsif (/^#((define)|(undef))\s+SIXTY_FOUR_BIT/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user