blob: 21cb5cc94247179e5121acde1f52b5838b7d1a19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: bf.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/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
|