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