Normalise make errors output
authorMatt Caswell <matt@openssl.org>
Fri, 7 Aug 2015 14:42:37 +0000 (15:42 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Aug 2015 18:57:01 +0000 (19:57 +0100)
commit870063c83db6514b0cb637b86cadbc9f5c2270a9
tree8d1f4846660418d811bf16852a07c3db671814ef
parentfd682e4cddc44b2869f43c910be49ab4f3a09b08
Normalise make errors output

make errors wants things in a different order to the way things are
currently defined in the header files. The easiest fix is to just let it
reorder it.

Reviewed-by: Richard Levitte <levitte@openssl.org>
include/openssl/ssl.h
ssl/ssl_err.c