15 lines
342 B
PHP
15 lines
342 B
PHP
# $NetBSD: bf.inc,v 1.5 2001/09/10 02:56:57 thorpej Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/bf/Makefile.ssl
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/bf
|
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/bf
|
|
|
|
SRCS+=bf_skey.c bf_ecb.c bf_enc.c bf_cfb64.c bf_ofb64.c
|
|
|
|
|