[openssl-commits] [openssl] master update
matthias.st.pierre at ncp-e.com
matthias.st.pierre at ncp-e.com
Mon May 28 22:00:40 UTC 2018
The branch master has been updated
via a0cef658d6e15c0711c6e27c5969281a76acf20f (commit)
from 0396401d1c3fd65487116b0623e634b65bf28670 (commit)
- Log -----------------------------------------------------------------
commit a0cef658d6e15c0711c6e27c5969281a76acf20f
Author: Dr. Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Date: Mon May 28 22:46:21 2018 +0200
ECDSA_SIG: restore doc comments which were deleted accidentally
amends 0396401d1c3f
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6366)
-----------------------------------------------------------------------
Summary of changes:
include/openssl/ec.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/openssl/ec.h b/include/openssl/ec.h
index a24bee0..ed2161d 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);
More information about the openssl-commits
mailing list