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:
b7724f6
)
util/incore: fix brown-bag bug.
author
Andy Polyakov
<appro@openssl.org>
Fri, 22 Jul 2011 10:24:40 +0000
(10:24 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 22 Jul 2011 10:24:40 +0000
(10:24 +0000)
util/incore
patch
|
blob
|
history
diff --git
a/util/incore
b/util/incore
index 4adb7e0573e98269305620e635205d160a0db89e..299e75b736e64a4232151d1302779c4263d3a258 100755
(executable)
--- a/
util/incore
+++ b/
util/incore
@@
-383,7
+383,8
@@
if (!$legacy_mode) {
$FINGERPRINT_ascii_value
= $exe->Lookup("FINGERPRINT_ascii_value") or die;
-} elsif ($FIPS_text_startX && $FIPS_text_endX) {
+}
+if ($FIPS_text_startX && $FIPS_text_endX) {
$FIPS_text_start = $FIPS_text_startX;
$FIPS_text_end = $FIPS_text_endX;
}