X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=include%2Fopenssl%2Fec.h;fp=include%2Fopenssl%2Fec.h;h=8b1abcebb7d7faf2143474f3615635bdc85c4736;hb=9aaf5048b17aa381e9b3fc42e15c9dbfab0f77df;hp=ad40b9045c908f61a8941a1ce1be0d3aedd8c6b4;hpb=317ed1b41790db7187bc6585b3d57c6a983c793a;p=openssl.git diff --git a/include/openssl/ec.h b/include/openssl/ec.h index ad40b9045c..8b1abcebb7 100644 --- a/include/openssl/ec.h +++ b/include/openssl/ec.h @@ -1347,8 +1347,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) + * \param r pointer to BIGNUM for r + * \param s pointer to BIGNUM for s */ int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s);