19 lines
585 B
PHP
19 lines
585 B
PHP
# $NetBSD: des.inc,v 1.4 2001/04/12 07:48:04 itojun Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/des/Makefile.ssl
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/des
|
|
|
|
CPPFLAGS+= -I${OPENSSLSRC}/crypto/des
|
|
|
|
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
|