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
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.