summaryrefslogtreecommitdiffstats
path: root/crypto/cms/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-03-14 00:58:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-03-14 00:58:43 +0000
commit5c4436c97759a98794cd84dc37c937fa637aad61 (patch)
tree03698e829b42b3b6173a8a7d1f479e212146e303 /crypto/cms/Makefile
parenta78a03744d987c7c592695ed90b543a30850bf3f (diff)
New utility functions for encryptedData content type which will also be used
by envelopedData. Use PRE and not POST when freeing up RecipientInfo.
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 fdca7fe6e3..abb8d83f76 100644
--- a/crypto/cms/Makefile
+++ b/crypto/cms/Makefile
@@ -18,9 +18,9 @@ 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_sd.c cms_dd.c cms_cd.c cms_env.c cms_enc.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_sd.o cms_dd.o cms_cd.o cms_env.o cms_enc.o
SRC= $(LIBSRC)