Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / idea.inc
blob5b6130286664ec0ea78404dcc8d0f4879ca2e185
1 #       $NetBSD: idea.inc,v 1.3 2012/07/12 18:44:49 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/idea/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/idea
11 IDEA_SRCS = i_cfb64.c i_ofb64.c i_ecb.c
12 # IDEA is a patented algorithm; abort().
13 # see ../libcrypto_idea
14 SRCS+=${IDEA_SRCS} i_cbc.c i_skey.c
16 .for cryptosrc in ${IDEA_SRCS}
17 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/idea
18 .endfor