On 05/11/14 13:16, Philip Bellino wrote:
> Matt,
> Thank you very much for the response.
>
> I am under image size constraints with my application, so would it be
> possible for you to show me how me to change the 1.0.1j code to rebuild
> heartbeat as it was in 1.0.1h for use in my Linux environment?
To dynamically link the heartbeat test you need to change test/Makefile.
Find the lines like this:
$(HEARTBEATTEST)$(EXE_EXT): $(HEARTBEATTEST).o $(DLIBCRYPTO)
@target=$(HEARTBEATTEST); $(BUILD_CMD_STATIC)
and change it to:
$(HEARTBEATTEST)$(EXE_EXT): $(HEARTBEATTEST).o $(DLIBCRYPTO)
@target=$(HEARTBEATTEST); $(BUILD_CMD)
Matt
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]