From: Dr. Matthias St. Pierre Date: Mon, 28 May 2018 20:46:21 +0000 (+0200) Subject: ECDSA_SIG: restore doc comments which were deleted accidentally X-Git-Tag: OpenSSL_1_1_1-pre7~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a0cef658d6e15c0711c6e27c5969281a76acf20f;p=oweals%2Fopenssl.git ECDSA_SIG: restore doc comments which were deleted accidentally amends 0396401d1c3f Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/6366) --- diff --git a/include/openssl/ec.h b/include/openssl/ec.h index a24bee0e9c..ed2161dab0 100644 --- a/include/openssl/ec.h +++ b/include/openssl/ec.h @@ -1078,6 +1078,8 @@ const BIGNUM *ECDSA_SIG_get0_s(const ECDSA_SIG *sig); /** Setter for r and s fields of ECDSA_SIG * \param sig pointer to ECDSA_SIG structure + * \param r pointer to BIGNUM for r (may be NULL) + * \param s pointer to BIGNUM for s (may be NULL) */ int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s);