Skip to content

Commit

Permalink
suppress compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Jun 29, 2020
1 parent 036dd5a commit 16ea1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neverbleed.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ int neverbleed_load_private_key_file(neverbleed_t *nb, SSL_CTX *ctx, const char
errno = 0;
dief("failed to parse response");
}
pkey = ecdsa_create_pkey(nb, index, curve_name, ec_pubkeystr);
pkey = ecdsa_create_pkey(nb, index, (int)curve_name, ec_pubkeystr);
break;
}
#endif
Expand Down

0 comments on commit 16ea1c5

Please sign in to comment.