mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
2000281dad
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)
18 lines
432 B
Plaintext
18 lines
432 B
Plaintext
#
|
|
# To run the demos when linked with a shared library (default) ensure
|
|
# that libcrypto is on the library path. For example:
|
|
#
|
|
# LD_LIBRARY_PATH=../.. ./rsa_encode
|
|
|
|
PROGRAMS{noinst} = ec_encode \
|
|
rsa_encode
|
|
|
|
INCLUDE[ec_encode]=../../include
|
|
SOURCE[ec_encode]=ec_encode.c
|
|
DEPEND[ec_encode]=../../libcrypto
|
|
|
|
INCLUDE[rsa_encode]=../../include
|
|
SOURCE[rsa_encode]=rsa_encode.c
|
|
DEPEND[rsa_encode]=../../libcrypto
|
|
|