projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceee538
)
Comment out a (currently) unused CMS function. (Sorry Steve, but I need
author
Geoff Thorpe
<geoff@openssl.org>
Wed, 19 Mar 2008 23:08:20 +0000
(23:08 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Wed, 19 Mar 2008 23:08:20 +0000
(23:08 +0000)
-Werror right now to help me code-by-domino :-)
crypto/cms/cms_env.c
patch
|
blob
|
history
diff --git
a/crypto/cms/cms_env.c
b/crypto/cms/cms_env.c
index d9487541c147c8bd9bdad51da2b025f351c01db4..0a0b772dedd8518c97c622c5b8dd567255fcae1d 100644
(file)
--- 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,