blob: c805331ace16548f5b7e74efd86dda6dc9811e8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: cast.inc,v 1.4 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/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
|