Loading engines/ccgost/gost_ameth.c +1 −1 Original line number Diff line number Diff line Loading @@ -801,7 +801,7 @@ static int mac_ctrl_gost(EVP_PKEY *pkey, int op, long arg1, void *arg2) switch (op) { case ASN1_PKEY_CTRL_DEFAULT_MD_NID: *(int *)arg2 = NID_undef; *(int *)arg2 = NID_id_Gost28147_89_MAC; return 2; } return -2; Loading Loading
engines/ccgost/gost_ameth.c +1 −1 Original line number Diff line number Diff line Loading @@ -801,7 +801,7 @@ static int mac_ctrl_gost(EVP_PKEY *pkey, int op, long arg1, void *arg2) switch (op) { case ASN1_PKEY_CTRL_DEFAULT_MD_NID: *(int *)arg2 = NID_undef; *(int *)arg2 = NID_id_Gost28147_89_MAC; return 2; } return -2; Loading