blob: c9a58a5e098a3de5b958643138e21eab53ed4d54 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.1 2015/02/06 08:48:39 jsing Exp $
PROG= cipherstest
LDADD= -lssl -lcrypto
DPADD= ${LIBSSL} ${LIBCRYPTO}
WARNINGS= Yes
CFLAGS+= -DLIBRESSL_INTERNAL -Werror
.include <bsd.regress.mk>
|