[PATCH 1/1] fix libssl version check
Christian Hesse
list at eworm.de
Thu Oct 16 15:29:19 CEST 2014
Arran Cudbard-Bell <a.cudbardb at freeradius.org> on Thu, 2014/10/16 09:14:
>
> On 16 Oct 2014, at 06:15, Christian Hesse <list at eworm.de> wrote:
>
> > From: Christian Hesse <mail at eworm.de>
> >
> > When doing bitwise AND leading zeros do not matter, trailing ones do.
>
> That's not all you changed, the mask bits are different, why?
I think I changed it to how it was intended. The update from openssl 1.0.1i
to 1.0.1j broke my system again as wrong bits were compared.
These are the correct masks:
0x0000000f -> status
0x00000ff0 -> patch
0x000ff000 -> fix
0x0ff00000 -> minor
0xf0000000 -> major
Or did I miss anything?
--
main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH"
"CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];)
putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freeradius.org/pipermail/freeradius-devel/attachments/20141016/0a805f17/attachment.pgp>
More information about the Freeradius-Devel
mailing list