
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
19 lines
426 B
PHP
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
|