]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/ec.h
deprecate EC_POINTs_mul function
[thirdparty/openssl.git] / include / openssl / ec.h
index 09c3e2916f9ff2bd221a3056827e2905f51fe9d5..703fc1cd40a7886ecda5fdf1f90c176537866230 100644 (file)
@@ -775,9 +775,10 @@ int EC_POINTs_make_affine(const EC_GROUP *group, size_t num,
  *  \param  ctx    BN_CTX object (optional)
  *  \return 1 on success and 0 if an error occurred
  */
-int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
-                  size_t num, const EC_POINT *p[], const BIGNUM *m[],
-                  BN_CTX *ctx);
+DEPRECATEDIN_3_0(int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r,
+                                   const BIGNUM *n, size_t num,
+                                   const EC_POINT *p[], const BIGNUM *m[],
+                                   BN_CTX *ctx))
 
 /** Computes r = generator * n + q * m
  *  \param  group  underlying EC_GROUP object