]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
API changes
authorDmitry Belyavskiy <beldmit@gmail.com>
Wed, 27 May 2020 09:56:07 +0000 (12:56 +0300)
committerDmitry Belyavskiy <beldmit@gmail.com>
Wed, 27 May 2020 09:56:07 +0000 (12:56 +0300)
gost_ameth.c

index 397dbe8fc771317e6bb4b668e89c10d85594ffb9..c31ef9a133ddd49d2c02843dfc51e0506a31ba76 100644 (file)
@@ -224,7 +224,7 @@ BIGNUM *gost_get0_priv_key(const EVP_PKEY *pkey)
  * GOST CMS processing functions
  */
 /* FIXME reaarange declarations */
-static int pub_decode_gost_ec(EVP_PKEY *pk, X509_PUBKEY *pub);
+static int pub_decode_gost_ec(EVP_PKEY *pk, const X509_PUBKEY *pub);
 
 static int gost_cms_set_kari_shared_info(EVP_PKEY_CTX *pctx, CMS_RecipientInfo *ri)
 {
@@ -896,7 +896,7 @@ static int param_cmp_gost_ec(const EVP_PKEY *a, const EVP_PKEY *b)
 }
 
 /* ---------- Public key functions * --------------------------------------*/
-static int pub_decode_gost_ec(EVP_PKEY *pk, X509_PUBKEY *pub)
+static int pub_decode_gost_ec(EVP_PKEY *pk, const X509_PUBKEY *pub)
 {
     X509_ALGOR *palg = NULL;
     const unsigned char *pubkey_buf = NULL;