mirror of
https://github.com/openssl/openssl.git
synced 2024-11-29 13:03:55 +08:00
Fixed a typo.
Submitted by: Reviewed by: PR:
This commit is contained in:
parent
4c0c739288
commit
cd46aa4ae7
@ -478,7 +478,7 @@ open(IN,'<crypto/opensslconf.h.in') || die "unable to read crypto/opensslconf.h.
|
|||||||
open(OUT,'>crypto/opensslconf.h') || die "unable to create crypto/opensslconf.h:$!\n";
|
open(OUT,'>crypto/opensslconf.h') || die "unable to create crypto/opensslconf.h:$!\n";
|
||||||
while (<IN>)
|
while (<IN>)
|
||||||
{
|
{
|
||||||
if (/^#defined\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"; }
|
||||||
|
Loading…
Reference in New Issue
Block a user