etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / rsa.inc
blob5be271a44dd04f7c7aacb531fdcd9fb1d107771c
1 #       $NetBSD: rsa.inc,v 1.2 2011/06/06 08:04:19 spz Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/rsa/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/rsa
11 RSA_SRCS = rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c \
12         rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c rsa_chk.c rsa_null.c \
13         rsa_asn1.c rsa_x931.c rsa_depr.c rsa_ameth.c rsa_pmeth.c rsa_pss.c \
14         rsa_prn.c rsa_crpt.c
15 SRCS += ${RSA_SRCS}
17 .for cryptosrc in ${RSA_SRCS}
18 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/rsa
19 .endfor