etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / evp.inc
blob7aacc0ae0fe2278f0c7fc0e9f2c809231f6d2df4
1 #       $NetBSD: evp.inc,v 1.5 2013/02/18 21:15:25 riastradh Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/evp/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/evp
11 EVP_SRCS = encode.c digest.c evp_enc.c evp_key.c evp_acnf.c \
12         e_des.c e_bf.c e_idea.c e_des3.c \
13         e_rc4.c e_aes.c names.c e_camellia.c \
14         e_xcbc_d.c e_rc2.c e_cast.c e_rc5.c \
15         m_null.c m_md2.c m_md4.c m_md5.c m_sha.c m_sha1.c \
16         m_dss.c m_dss1.c m_mdc2.c m_ripemd.c \
17         p_open.c p_seal.c p_sign.c p_verify.c p_lib.c p_enc.c p_dec.c \
18         bio_md.c bio_b64.c bio_enc.c evp_cnf.c evp_err.c e_null.c \
19         c_all.c c_allc.c c_alld.c evp_lib.c bio_ok.c \
20         evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c m_ecdsa.c pmeth_lib.c \
21         pmeth_fn.c m_sigver.c m_wp.c pmeth_gn.c evp_fips.c \
22         e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c
23 SRCS += ${EVP_SRCS}
25 .for cryptosrc in ${EVP_SRCS}
26 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/evp
27 .endfor
29 EVP_AES_SRCS = e_aes.c
31 # XXX Should do this too, but it requires some other asm changes.
32 #EVP_AES_SRCS += e_aes_cbc_hmac_sha1.c
34 .for cryptosrc in ${EVP_AES_SRCS}
35 CPPFLAGS.${cryptosrc} += ${AESCPPFLAGS}
36 .endfor
38 CPPFLAGS.e_aes.c += -I${OPENSSLSRC}/crypto/modes