
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
19 lines
446 B
PHP
19 lines
446 B
PHP
# $NetBSD: idea.inc,v 1.3 2012/07/12 18:44:49 christos Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/idea/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/idea
|
|
|
|
|
|
IDEA_SRCS = i_cfb64.c i_ofb64.c i_ecb.c
|
|
# IDEA is a patented algorithm; abort().
|
|
# see ../libcrypto_idea
|
|
SRCS+=${IDEA_SRCS} i_cbc.c i_skey.c
|
|
|
|
.for cryptosrc in ${IDEA_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/idea
|
|
.endfor
|