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:
1145995
)
testutil: stanza files are text files, open them as such
author
Richard Levitte
<levitte@openssl.org>
Sat, 15 Jul 2017 16:20:24 +0000
(18:20 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 15 Jul 2017 17:11:31 +0000
(19:11 +0200)
Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3939)
test/testutil/stanza.c
patch
|
blob
|
history
diff --git
a/test/testutil/stanza.c
b/test/testutil/stanza.c
index 46b1e770bfddd3b7b702f533918eaec3e9219a0f..070ff80611dfb5ad4d95283f1b96fe8ba32b429d 100644
(file)
--- a/
test/testutil/stanza.c
+++ b/
test/testutil/stanza.c
@@
-20,7
+20,7
@@
int test_start_file(STANZA *s, const char *testfile)
TEST_info("Reading %s", testfile);
set_test_title(testfile);
memset(s, 0, sizeof(*s));
- if (!TEST_ptr(s->fp = BIO_new_file(testfile, "r
b
")))
+ if (!TEST_ptr(s->fp = BIO_new_file(testfile, "r")))
return 0;
s->test_file = testfile;
return 1;