Commit bdd58d98 authored by Richard Levitte's avatar Richard Levitte
Browse files

Change the way apps open their input and output files



The different apps had the liberty to decide whether they would open their
input and output files in binary mode or not, which could be confusing if
two different apps were handling the same type of file in different ways.

The solution is to centralise the decision of low level file organisation,
and that the apps would use a selection of formats to state the intent of
the file.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent d303b9d8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment