X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=include%2Fopenssl%2Fec.h;h=db78a34b3b213e55d9f41bd081d396c5fa443dbc;hb=1d454d58a80971eac941911965e894fdf1621cd8;hp=bc55b53c41d1a38cfe6eec975ab3f2bb5668d32d;hpb=6a571a18dd4381940d61a3c2f0d65d2b6515c693;p=openssl.git diff --git a/include/openssl/ec.h b/include/openssl/ec.h index bc55b53c41..db78a34b3b 100644 --- a/include/openssl/ec.h +++ b/include/openssl/ec.h @@ -1085,7 +1085,7 @@ void ECDSA_SIG_get0(BIGNUM **pr, BIGNUM **ps, const ECDSA_SIG *sig); * \param r pointer to BIGNUM for r (may be NULL) * \param s pointer to BIGNUM for s (may be NULL) */ -int ECDSA_SIG_set0(BIGNUM *r, BIGNUM *s, ECDSA_SIG *sig); +int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s); /** Computes the ECDSA signature of the given hash value using * the supplied private key and returns the created signature.