提交 cd46aa4a 编写于 作者: B Bodo Möller

Fixed a typo.

Submitted by:
Reviewed by:
PR:
上级 4c0c7392
......@@ -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";
while (<IN>)
{
if (/^#defined\s+OPENSSLDIR/)
if (/^#define\s+OPENSSLDIR/)
{ print OUT "#define OPENSSLDIR $openssldir\n"; }
elsif (/^#((define)|(undef))\s+SIXTY_FOUR_BIT_LONG/)
{ printf OUT "#%s SIXTY_FOUR_BIT_LONG\n",($b64l)?"define":"undef"; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册