mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +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)
12 lines
277 B
Plaintext
12 lines
277 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=../.. ./x25519
|
|
|
|
PROGRAMS{noinst} = x25519
|
|
|
|
INCLUDE[x25519]=../../include
|
|
SOURCE[x25519]=x25519.c
|
|
DEPEND[x25519]=../../libcrypto
|