mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/24047)
12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
#
|
|
# To run the demos when linked with a shared library (default) ensure that
|
|
# libcrypto and libssl are on the library path. For example:
|
|
#
|
|
# LD_LIBRARY_PATH=../.. ./sslecho
|
|
|
|
PROGRAMS{noinst} = sslecho
|
|
|
|
INCLUDE[sslecho]=../../include
|
|
SOURCE[sslecho]=main.c
|
|
DEPEND[sslecho]=../../libcrypto ../../libssl
|