1# 2# To run the demos when linked with a shared library (default) ensure 3# that libcrypto is on the library path. For example: 4# 5# LD_LIBRARY_PATH=../.. ./rsa_encrypt 6 7PROGRAMS{noinst} = rsa_encrypt 8 9INCLUDE[rsa_encrypt]=../../include 10SOURCE[rsa_encrypt]=rsa_encrypt.c 11DEPEND[rsa_encrypt]=../../libcrypto 12