1# 2# To run the demo when linked with a shared library (default) ensure that 3# libcrypto and libssl are on the library path. For example: 4# 5# LD_LIBRARY_PATH=../../.. ./server 4444 \ 6# ../../../test/certs/servercert.pem \ 7# ../../../test/certs/serverkey.pem 8 9 10PROGRAMS{noinst} = server 11 12INCLUDE[server]=../../../include 13SOURCE[server]=server.c 14DEPEND[server]=../../../libcrypto ../../../libssl 15