OpenCL compile warning

This commit is contained in:
mailchuck 2015-11-08 11:18:37 +01:00
parent f155966cc8
commit 425667ee31
Signed by untrusted user who does not match committer: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

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; uint32_t* b32 = ctx->buffer;