Home | History | Annotate | Line # | Download | only in libcrypto
      1  1.1  christos #	$NetBSD: poly1305.inc,v 1.1.1.1 2023/04/18 14:19:04 christos Exp $
      2  1.1  christos #
      3  1.1  christos #	@(#) Copyright (c) 1995 Simon J. Gerraty
      4  1.1  christos #
      5  1.1  christos #	SRCS extracted from src/crypto/dist/openssl/crypto/poly1305/Makefile
      6  1.1  christos #
      7  1.1  christos 
      8  1.1  christos .PATH:	${OPENSSLSRC}/crypto/poly1305
      9  1.1  christos 
     10  1.1  christos 
     11  1.1  christos POLY1305_SRCS += \
     12  1.1  christos poly1305.c \
     13  1.1  christos poly1305_ameth.c \
     14  1.1  christos poly1305_pmeth.c
     15  1.1  christos 
     16  1.1  christos SRCS += ${POLY1305_SRCS}
     17  1.1  christos 
     18  1.1  christos .for cryptosrc in ${POLY1305_SRCS}
     19  1.1  christos CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/poly1305 ${POLY1305_CPPFLAGS}
     20  1.1  christos .endfor
     21