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_encode 6 7PROGRAMS{noinst} = ec_encode \ 8 rsa_encode 9 10INCLUDE[ec_encode]=../../include 11SOURCE[ec_encode]=ec_encode.c 12DEPEND[ec_encode]=../../libcrypto 13 14INCLUDE[rsa_encode]=../../include 15SOURCE[rsa_encode]=rsa_encode.c 16DEPEND[rsa_encode]=../../libcrypto 17 18