Thanks Stephen I have modified fipsld to compile only fips_premain.c with gcc and my rest of the application is still using g++ for compilation and linking. But I am not able to sort out exactly how to modify the part that will result in embedding signature of exact 40 characters, in case I want to use only g++.
On Tue, Mar 8, 2011 at 12:45 AM, Dr. Stephen Henson <st...@openssl.org>wrote: > On Mon, Mar 07, 2011, raghib nasri wrote: > > > Do you mean to say I should modify fipsld to use gcc for compiling > > fips_premain.c. Or is there any way to still use g++ for my application > with > > minimal change in fipsld. Please suggest. > > > > Well two options, one is to change it to use gcc just for the compilation > of > fips_premain.c, the other is to modify the part that embeds the signature > so > it uses 40 characters instead of 40+1 null. > > Steve. > -- > Dr Stephen N. Henson. OpenSSL project core developer. > Commercial tech support now available see: http://www.openssl.org > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org >