mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
12 lines
307 B
Plaintext
12 lines
307 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_encrypt
|
||
|
|
||
|
PROGRAMS{noinst} = rsa_encrypt
|
||
|
|
||
|
INCLUDE[rsa_encrypt]=../../include
|
||
|
SOURCE[rsa_encrypt]=rsa_encrypt.c
|
||
|
DEPEND[rsa_encrypt]=../../libcrypto
|