projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c0c739
)
Fixed a typo.
author
Bodo Möller
<bodo@openssl.org>
Sun, 25 Apr 1999 10:28:26 +0000
(10:28 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Sun, 25 Apr 1999 10:28:26 +0000
(10:28 +0000)
Submitted by:
Reviewed by:
PR:
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 9b4e1307ac9234006d575b7d81363edc31715a5e..c1d906dbdb59c03cff699bc395f0c5ac3b644ebe 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-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 (/^#define
d
\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"; }