Skip to content

Commit

Permalink
cyassl: fixed mismatched sha256sum function prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jul 2, 2015
1 parent 55b78c5 commit 5602ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vtls/cyassl.h
Expand Up @@ -42,7 +42,7 @@ CURLcode Curl_cyassl_connect_nonblocking(struct connectdata *conn,
int Curl_cyassl_random(struct SessionHandle *data,
unsigned char *entropy,
size_t length);
void Curl_cyassl_sha256sum(unsigned char *tmp, /* input */
void Curl_cyassl_sha256sum(const unsigned char *tmp, /* input */
size_t tmplen,
unsigned char *sha256sum, /* output */
size_t unused);
Expand Down

0 comments on commit 5602ad7

Please sign in to comment.