X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fsha1.c;h=05c4ab890bd31baca310a4171abf95f6db19938e;hp=ce3d9b6d155ee911018242a9b6f9e73b88f302e9;hb=1596d7ad7bf93f0e326b070a173a59004ab9b649;hpb=60b8f54df8fed44136bdc8ec615ee62703d87b69 diff --git a/src/sha1.c b/src/sha1.c index ce3d9b6d..05c4ab89 100644 --- a/src/sha1.c +++ b/src/sha1.c @@ -4,7 +4,7 @@ * Parts of this file are based on public domain code written by Steve Reid. */ -/* +/* * Copyright (C) 2012 Eric Biggers * * This file is part of wimlib, a library for working with WIM files. @@ -69,7 +69,7 @@ void sha1_update(SHA_CTX *context, const u8 data[], size_t len) #include void ssse3_not_found() { - fprintf(stderr, + fprintf(stderr, "Cannot calculate SHA1 message digest: CPU does not support SSSE3\n" "instructions! Recompile wimlib without the --enable-ssse3-sha1 flag\n" "to use wimlib on this CPU.\n");