|
Message-ID: <op.x3irnfyezz6j51@1pqhgq1.dtn.com> Date: Mon, 17 Aug 2015 10:51:05 -0500 From: JimF <jfoug@....net> To: john-dev@...ts.openwall.com Subject: Re: FMT_OMP_BAD On Mon, 17 Aug 2015 10:46:04 -0500, Kai Zhao <loverszhao@...il.com> wrote: > Hi Alexander, > > I find some formats set FMT_OMP flag without judging the value of > _OPENMP. Such as mysql_fmt_plug.c: I believe FMT_OMP already self does this. It is 0 of OMP is not set or whatever number it is supposed to be if compiling with OMP enabled. Thus there is no need for extraneous defines. Simply set the | FMT_OMP | into the bit flags and if building without OMP enabled, it will carry no bits and works properly.
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.