summaryrefslogtreecommitdiff
path: root/lib/libcrypto/aes.inc
blob: 8642655540c80aa93c5beae08a1f601c8bad020b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: aes.inc,v 1.1 2003/07/24 14:16:31 itojun Exp $
#
#	@(#) Copyright (c) 1995 Simon J. Gerraty
#
#	SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/aes/Makefile.ssl
#

.PATH:	${OPENSSLSRC}/crypto/aes

CPPFLAGS+=	-I${OPENSSLSRC}/crypto/aes

SRCS+=aes_core.c aes_misc.c aes_ecb.c aes_cbc.c aes_cfb.c aes_ofb.c aes_ctr.c