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