2014-01-15 10:53:42 +01:00

19 lines
426 B
PHP

# $NetBSD: modes.inc,v 1.3 2013/02/18 21:15:25 riastradh Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from src/crypto/dist/openssl/crypto/modes/Makefile
#
.PATH: ${OPENSSLSRC}/crypto/modes
MODES_SRCS += cbc128.c ctr128.c cts128.c cfb128.c ofb128.c gcm128.c \
ccm128.c xts128.c
SRCS += ${MODES_SRCS}
.for cryptosrc in ${MODES_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/modes
.endfor