
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
20 lines
548 B
PHP
20 lines
548 B
PHP
# $NetBSD: rsa.inc,v 1.2 2011/06/06 08:04:19 spz Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from src/crypto/dist/openssl/crypto/rsa/Makefile
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/rsa
|
|
|
|
|
|
RSA_SRCS = rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c \
|
|
rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c rsa_chk.c rsa_null.c \
|
|
rsa_asn1.c rsa_x931.c rsa_depr.c rsa_ameth.c rsa_pmeth.c rsa_pss.c \
|
|
rsa_prn.c rsa_crpt.c
|
|
SRCS += ${RSA_SRCS}
|
|
|
|
.for cryptosrc in ${RSA_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/rsa
|
|
.endfor
|