xref: /freebsd/crypto/openssl/demos/keyexch/build.info (revision 656f7f43f204ad1e6956f8257f66b50e032a6c61)
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=../.. ./x25519
6
7PROGRAMS{noinst} = x25519
8
9INCLUDE[x25519]=../../include
10SOURCE[x25519]=x25519.c
11DEPEND[x25519]=../../libcrypto
12