2001-09-10 06:56:57 +04:00
|
|
|
# $NetBSD: des.inc,v 1.8 2001/09/10 02:56:57 thorpej Exp $
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
|
|
#
|
2000-07-16 11:16:20 +04:00
|
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/des/Makefile.ssl
|
2000-06-16 08:21:31 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/des
|
|
|
|
|
2000-06-21 23:34:22 +04:00
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/des
|
2000-06-16 08:21:31 +04:00
|
|
|
|
2001-04-12 11:48:03 +04:00
|
|
|
SRCS+= cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c \
|
|
|
|
ecb3_enc.c ecb_enc.c enc_read.c enc_writ.c \
|
|
|
|
fcrypt.c ofb64enc.c ofb_enc.c pcbc_enc.c \
|
|
|
|
qud_cksm.c rand_key.c read_pwd.c rpc_enc.c set_key.c \
|
|
|
|
des_enc.c fcrypt_b.c read2pwd.c \
|
|
|
|
xcbc_enc.c \
|
|
|
|
str2key.c cfb64ede.c ofb64ede.c ede_cbcm_enc.c
|