Fix enc so it properly treats BASE64 as text
authorRichard Levitte <levitte@openssl.org>
Sun, 6 Sep 2015 15:12:39 +0000 (17:12 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 6 Sep 2015 15:12:39 +0000 (17:12 +0200)
commit5f62e044d3bd4f84378ce354898e8e21583ef169
tree405e0ebfc4dfa960ce2027722f987f08e138cc34
parent8af6082e16a02b4bad63de99fd3e6bc3501ee2b8
Fix enc so it properly treats BASE64 as text

To set both the incoming and outgoing data when 'encrypting' or
'decrypting' to FORMAT_BASE64 wasn't quite the right thing to do.

Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/enc.c