summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcrypto/rc2.inc
blob: 4beabd18ac7a7118255b833306ea97ab56372834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: rc2.inc,v 1.2 2023/05/06 17:07:23 christos Exp $

.PATH:	${OPENSSLSRC}/crypto/rc2

RC2_SRCS += \
rc2_cbc.c \
rc2_ecb.c \
rc2_skey.c \
rc2cfb64.c \
rc2ofb64.c \

SRCS += ${RC2_SRCS}

.for cryptosrc in ${RC2_SRCS}
CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/rc2 ${RC2CPPFLAGS}
.endfor
ef='/netbsd/commit/sys/dev/rasops/rasops1.c?id=15a269471f754b03636fa4464cd339e87a9430bf'>autogenerate box drawing characters for fonts that don't have them, put themmacallan 2010-04-13fix a bunch of typos, now 8 bit fonts work properlymacallan 2010-04-08add support for shadow framebuffersmacallan 2009-03-14ANSIfy another 1261 function definitions.dsl 2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2005-12-11merge ktrace-lwp.christos 2005-02-04de-__Pperry