mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-28 19:26:26 +08:00
Some warning fixes.
This commit is contained in:
@@ -105,10 +105,6 @@ int main(int argc, char **argv)
|
||||
|
||||
return 0;
|
||||
|
||||
/* init openssl global functions */
|
||||
ERR_load_crypto_strings();
|
||||
OpenSSL_add_all_algorithms();
|
||||
|
||||
/* prepare cpk setup parameters */
|
||||
if (!(ec_key = EC_KEY_new_by_curve_name(OBJ_sn2nid("prime192v1")))) {
|
||||
goto end;
|
||||
|
||||
Reference in New Issue
Block a user