Home | History | Annotate | Line # | Download | only in libcommon
      1 #	$NetBSD: ssl_record.inc,v 1.1 2025/07/17 14:25:24 christos Exp $
      2 
      3 .PATH:	${OPENSSLSRC}/ssl/record/methods
      4 
      5 SSL_RECORD_SRCS += \
      6 tls_pad.c
      7 
      8 SRCS += ${SSL_RECORD_SRCS}
      9 
     10 .for commonsrc in ${SSL_RECORD_SRCS}
     11 CPPFLAGS.${commonsrc} += -I${OPENSSLSRC}/ssl/record/methods ${SSL_RECORDCPPFLAGS}
     12 .endfor
     13