13 lines
340 B
PHP
13 lines
340 B
PHP
# $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
|