Openssl: Build openssl 1.1.0 with "/INTEGRITYCHECK" option

Created on 9 Mar 2019  路  4Comments  路  Source: openssl/openssl

hello
I want to add "IntegrityCheck" option to openssl1.1.0 when I build it. I need some help. How can i do this?
Thank for helping

answered question

All 4 comments

I haven't tried it, but it should be possible to add it as LDFLAGS=... at the end of the configure commmand.

perl Configure VC-WIN64A ... LDFLAGS="/nologo /debug /integritycheck"

(_Note that you need to sign libcrypto.dll and libssl.dll yourself if you add the /INTEGRITYCHECK linker option._)

i type perl Configure VC-WIN64A LDFLAGS="/nologo /debug /integritycheck"
Then "nmake" and get a error
NMAKE : fatal error U1064: MAKEFILE not found and no target specified

Did the configuration command produce any output? If it didn't produce a makefile, then something stopped the configuration process before that

This question seems to have been answered. Closing.

Was this page helpful?
0 / 5 - 0 ratings