Home | History | Annotate | Line # | Download | only in encode
      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 
      7 PROGRAMS{noinst} = ec_encode \
      8                    rsa_encode
      9 
     10 INCLUDE[ec_encode]=../../include
     11 SOURCE[ec_encode]=ec_encode.c
     12 DEPEND[ec_encode]=../../libcrypto
     13 
     14 INCLUDE[rsa_encode]=../../include
     15 SOURCE[rsa_encode]=rsa_encode.c
     16 DEPEND[rsa_encode]=../../libcrypto
     17 
     18