Import OpenSSL 1.1.0j
This commit is contained in:
@@ -83,7 +83,8 @@ const EC_METHOD *EC_GF2m_simple_method(void)
|
||||
ec_key_simple_generate_public_key,
|
||||
0, /* keycopy */
|
||||
0, /* keyfinish */
|
||||
ecdh_simple_compute_key
|
||||
ecdh_simple_compute_key,
|
||||
0 /* blind_coordinates */
|
||||
};
|
||||
|
||||
return &ret;
|
||||
|
||||
Reference in New Issue
Block a user