NetBSD/crypto/external/bsd/openssl/lib/libcrypto/idea.inc
christos 49d46fa3c8 - add build glue
- apply our changes
2009-07-19 23:30:37 +00:00

21 lines
497 B
PHP

# $NetBSD: idea.inc,v 1.1 2009/07/19 23:30:43 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
IDEA_SRCS += i_cbc_dummy.c i_skey_dummy.c
#SRCS+=i_cbc.c i_skey.c
SRCS += ${IDEA_SRCS}
.for cryptosrc in ${IDEA_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/idea
.endfor