Simplify dsa_ossl.c
authorMatt Caswell <matt@openssl.org>
Thu, 26 May 2016 09:06:27 +0000 (10:06 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 6 Jun 2016 10:08:15 +0000 (11:08 +0100)
commitf943e640efbb5ec30bf57b59468c094083c99eb2
tree2c85ecec8fdc8db9e50b914821f53ca3b51ede50
parent399944622df7bd81af62e67ea967c470534090e2
Simplify dsa_ossl.c

The dsa_ossl.c file defined a couple of multi-line macros, but then only
used each one once. The macros just serve to complicate the code and make
it more difficult to understand what is really going on. Hence they are
removed.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/dsa/dsa_ossl.c