15 lines
339 B
PHP
15 lines
339 B
PHP
# $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
|
|
|
|
|