Make DSA_SIG and ECDSA_SIG getters const.
authorEmilia Kasper <emilia@openssl.org>
Thu, 9 Jun 2016 21:09:48 +0000 (23:09 +0200)
committerEmilia Kasper <emilia@openssl.org>
Mon, 20 Jun 2016 12:58:36 +0000 (14:58 +0200)
Reorder arguments to follow convention.

Also allow r/s to be NULL in DSA_SIG_get0, similarly to ECDSA_SIG_get0.

This complements GH1193 which adds non-const setters.

Reviewed-by: Rich Salz <rsalz@openssl.org>

No differences found