build.info 307 B

1234567891011
  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. PROGRAMS{noinst} = rsa_encrypt
  7. INCLUDE[rsa_encrypt]=../../include
  8. SOURCE[rsa_encrypt]=rsa_encrypt.c
  9. DEPEND[rsa_encrypt]=../../libcrypto