xref: /freebsd/crypto/openssl/demos/keyexch/build.info (revision cb2887746f8b9dd4ad6b1e757cdc053a08b25a2e)
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