|
Message-Id: <8FD2AAEB-A2C8-4F69-A9AE-E6676F1F5365@erols.com> Date: Fri, 17 May 2013 13:51:01 -0400 From: Erik Winkler <ewinkler@...ls.com> To: john-dev@...ts.openwall.com Subject: Re: linux-ppc32-altivec build failure Fails with an error I have seen before I think. gcc-4.2 -c -Wall -fomit-frame-pointer -fast -mcpu=7450 luks_fmt_plug.c luks_fmt_plug.c: In function 'decrypt_aes_cbc_essiv': luks_fmt_plug.c:187: error: 'SHA256_CTX' undeclared (first use in this function) luks_fmt_plug.c:187: error: (Each undeclared identifier is reported only once luks_fmt_plug.c:187: error: for each function it appears in.) luks_fmt_plug.c:187: error: expected ';' before 'ctx' luks_fmt_plug.c:192: warning: implicit declaration of function 'SHA256_Init' luks_fmt_plug.c:192: error: 'ctx' undeclared (first use in this function) luks_fmt_plug.c:193: warning: implicit declaration of function 'SHA256_Update' luks_fmt_plug.c:194: warning: implicit declaration of function 'SHA256_Final' Erik On May 17, 2013, at 1:42 PM, Dhiru Kholia <dhiru.kholia@...il.com> wrote: > On Fri, May 17, 2013 at 11:00 PM, Erik Winkler <ewinkler@...ls.com> wrote: >> Now seeing this error. >> >> gcc-4.2 -c -Wall -fomit-frame-pointer -fast -mcpu=7450 gpg_fmt_plug.c >> gpg_fmt_plug.c: In function 'S2KItSaltedSHA256Generator': >> gpg_fmt_plug.c:443: error: 'SHA256_DIGEST_LENGTH' undeclared (first use in this function) >> gpg_fmt_plug.c:487: error: 'SHA512_DIGEST_LENGTH' undeclared (first use in this function) >> > > commit 6daa479d0f775f12132fdc4e9f0185d55f01b2fe > Date: Fri May 17 23:10:48 2013 +0530 > > try to fix build on old Mac machine > > ... > > Does this fix the problem? > > -- > Dhiru
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.