[PATCH v2 6/8] Update Makefile

2017-08-31 Thread Yaakov Selkowitz
--- Makefile | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index e1bb705..ee8d07b 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ CC ?= gcc AR ?= ar CFLAGS ?= -g -O2 +CPPFLAGS = -I. -D_GNU_SOURCE prefix:=/usr

Re: [PATCH crypt 5/8] Disable blowfish cipher

2017-08-31 Thread Yaakov Selkowitz
On 2017-08-04 03:26, Yaakov Selkowitz wrote: > On 2017-08-04 02:46, Corinna Vinschen wrote: >> Any details? I don't see anything target dependent in the blowfish >> code. > > When I tested the various algorithms, all I got from blowfish was "*", > which indicates something went wrong. I'm still