| commit | 057037e7197521722432260d42e96fc5bd4ec9c0 | [log] [tgz] |
|---|---|---|
| author | Andy Polyakov <appro@openssl.org> | Fri Jul 22 10:24:40 2011 +0000 |
| committer | Andy Polyakov <appro@openssl.org> | Fri Jul 22 10:24:40 2011 +0000 |
| tree | a466c9988d924b64e2acedb3fe0db1cc9b0bf56f | |
| parent | b7724f6f55b7859c7f3173146b85680862f6cd49 [diff] [blame] |
util/incore: fix brown-bag bug.
diff --git a/util/incore b/util/incore index 4adb7e0..299e75b 100755 --- a/util/incore +++ b/util/incore
@@ -383,7 +383,8 @@ $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; }