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