=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Makefile.inc,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- src/usr.bin/ssh/Makefile.inc 2014/03/31 15:25:26 1.45 +++ src/usr.bin/ssh/Makefile.inc 2014/04/29 18:01:49 1.46 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.45 2014/03/31 15:25:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.46 2014/04/29 18:01:49 markus Exp $ .include @@ -38,6 +38,11 @@ #DEBUG=-g WARNINGS=yes + +OPENSSL?= yes +.if (${OPENSSL:L} == "yes") +CFLAGS+= -DWITH_OPENSSL -DWITH_SSH1 +.endif CFLAGS+= -DENABLE_PKCS11 .ifndef NOPIC