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:
49f6cb9
)
remove trailing slash
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 14 Mar 2012 22:20:40 +0000
(22:20 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 14 Mar 2012 22:20:40 +0000
(22:20 +0000)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 43a90c0152536b78be96554a0b6897e7127afcd7..cbbf4de8b25f19ba9020740748d36a5c66abf911 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-904,11
+904,11
@@
PROCESS_ARGS:
}
elsif (/^--with-fipsdir=(.*)$/)
{
- $fipsdir="$1
/
";
+ $fipsdir="$1";
}
elsif (/^--with-fipslibdir=(.*)$/)
{
- $fipslibdir="$1
/
";
+ $fipslibdir="$1";
}
elsif (/^--with-baseaddr=(.*)$/)
{