commit | 2b305ab02e0977ed71c255cc386ff75c397d7820 | [log] [tgz] |
---|---|---|
author | Pauli <paul.dale@oracle.com> | Thu Mar 09 09:42:25 2017 +1000 |
committer | Rich Salz <rsalz@openssl.org> | Thu Mar 09 09:34:42 2017 -0500 |
tree | e7376678945a621550c331df5a0355f43a7e8aeb | |
parent | f125430063dd81efe098c99542b02b2a918adc1d [diff] |
Make the output of enc -ciphers identical even if run several times in a session. This amounts to moving the column counter so it isn't a function local static variable and reinitialising it each time. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2884)