Hi Folks, I am using the patch provided by http://people.freebsd.org/~kan/openssl-gcc42.diff to prevent gcc 4.2.3 issuing warnings on openssl fips 1.2 build such as :-
-- p5_pbev2.c: In function 'PKCS5_pbe2_set': p5_pbev2.c:167: warning: function called through a non-compatible type p5_pbev2.c:167: note: if this code is reached, the program will abort -- In Section 4.1.3 of UserGuide it says "A separate source file integrity check is required to meet the requirements of FIPS 140-2" so would this mean that I could not use gcc 4.2.x / FIPS combination? Best Regards, - Basit