Home | History | Annotate | Line # | Download | only in libdefault
ssl.inc revision 1.1.2.2
      1  1.1.2.2  martin #	$NetBSD: ssl.inc,v 1.1.2.2 2023/08/11 13:42:14 martin Exp $
      2  1.1.2.2  martin 
      3  1.1.2.2  martin .PATH:	${OPENSSLSRC}/ssl
      4  1.1.2.2  martin 
      5  1.1.2.2  martin SSL_SRCS += \
      6  1.1.2.2  martin s3_cbc.c \
      7  1.1.2.2  martin 
      8  1.1.2.2  martin SRCS += ${SSL_SRCS}
      9  1.1.2.2  martin 
     10  1.1.2.2  martin .for defaultsrc in ${SSL_SRCS}
     11  1.1.2.2  martin CPPFLAGS.${defaultsrc} += -I${OPENSSLSRC}/ssl ${SSLCPPFLAGS}
     12  1.1.2.2  martin .endfor
     13