commit | 8e945b5efb24927387154dd6d50a04a5bf786463 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Sun Apr 25 11:01:07 1999 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Sun Apr 25 11:01:07 1999 +0000 |
tree | 64526281c4b608d7efec6016dc278cb7c2127fc7 | |
parent | cd46aa4ae7e2482716aa3b8a4b0787613e485e08 [diff] [blame] |
Submitted by: Reviewed by: PR:
diff --git a/Configure b/Configure index c1d906d..58fa5f2 100755 --- a/Configure +++ b/Configure
@@ -479,7 +479,7 @@ while (<IN>) { if (/^#define\s+OPENSSLDIR/) - { print OUT "#define OPENSSLDIR $openssldir\n"; } + { 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"; } elsif (/^#((define)|(undef))\s+SIXTY_FOUR_BIT/)