summaryrefslogtreecommitdiffstats
path: root/crypto/cms/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-07-17 14:36:39 +0100
committerDr. Stephen Henson <steve@openssl.org>2013-07-17 21:45:00 +0100
commit17c2764d2e6fc5a010ad3c12662068689ed2ad17 (patch)
treec3d729aba33ba57890381d5a675658d7a75187b9 /crypto/cms/Makefile
parentff7b6ce9db329eb48775bb81e0ecbbd2a9b23c1c (diff)
CMS support for key agreeement recipient info.
Add hooks to support key agreement recipient info type (KARI) using algorithm specific code in the relevant public key ASN1 method.
Diffstat (limited to 'crypto/cms/Makefile')
-rw-r--r--crypto/cms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/cms/Makefile b/crypto/cms/Makefile
index 1cbb5d0f92..6f22c82418 100644
--- a/crypto/cms/Makefile
+++ b/crypto/cms/Makefile
@@ -19,10 +19,10 @@ APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC= cms_lib.c cms_asn1.c cms_att.c cms_io.c cms_smime.c cms_err.c \
cms_sd.c cms_dd.c cms_cd.c cms_env.c cms_enc.c cms_ess.c \
- cms_pwri.c
+ cms_pwri.c cms_kari.c
LIBOBJ= cms_lib.o cms_asn1.o cms_att.o cms_io.o cms_smime.o cms_err.o \
cms_sd.o cms_dd.o cms_cd.o cms_env.o cms_enc.o cms_ess.o \
- cms_pwri.o
+ cms_pwri.o cms_kari.o
SRC= $(LIBSRC)