OpenCL compile warning

This commit is contained in:
mailchuck 2015-11-08 11:18:37 +01:00 committed by Peter Surda
parent ad33e2640c
commit 961444a8ee
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ __constant uint64_t k[] = {
void setup_ctx(sha512_ctx* ctx, const char * password, uint8_t pass_len)
static void setup_ctx(sha512_ctx* ctx, const char * password, uint8_t pass_len)
{
uint32_t* b32 = ctx->buffer;