summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2008-03-19 23:08:20 +0000
committerGeoff Thorpe <geoff@openssl.org>2008-03-19 23:08:20 +0000
commit5ffba305c8149977e3ef6ed0fad9a6a0785851c0 (patch)
tree9000242066058837ec6b3c765d0ba65ff514060d
parentceee538af599050cc6c9b3f3759a3ec656c845bb (diff)
Comment out a (currently) unused CMS function. (Sorry Steve, but I need
-Werror right now to help me code-by-domino :-)
-rw-r--r--crypto/cms/cms_env.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/cms/cms_env.c b/crypto/cms/cms_env.c
index d9487541c1..0a0b772ded 100644
--- a/crypto/cms/cms_env.c
+++ b/crypto/cms/cms_env.c
@@ -581,6 +581,7 @@ CMS_RecipientInfo *CMS_add0_recipient_key(CMS_ContentInfo *cms, int nid,
}
+#if 0
int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri,
X509_ALGOR **palg,
ASN1_OCTET_STRING **pid,
@@ -617,6 +618,7 @@ int CMS_RecipientInfo_kekri_get0_id(CMS_RecipientInfo *ri,
}
return 1;
}
+#endif
int CMS_RecipientInfo_set0_key(CMS_RecipientInfo *ri,