blob: f53ab88f084cff5e4aff2587763d1e56dcdee1f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: cast.inc,v 1.3 2000/07/16 07:16:21 mrg Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/cast/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/cast
CPPFLAGS+= -I${OPENSSLSRC}/crypto/cast
SRCS+=c_skey.c c_ecb.c c_enc.c c_cfb64.c c_ofb64.c
|