]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_smime/lib/SecCmsEnvelopedData.h
Security-57740.31.2.tar.gz
[apple/security.git] / libsecurity_smime / lib / SecCmsEnvelopedData.h
index 69aebdbfa7d8ae45142e5d61d7e74981f6c46cd3..abc813c1738bb17aae4dfd70fde067faa05fa185 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (c) 2004 Apple Computer, Inc. All Rights Reserved.
+ *  Copyright (c) 2004,2008,2010 Apple Inc. All Rights Reserved.
  *
  *  @APPLE_LICENSE_HEADER_START@
  *  
@@ -23,7 +23,7 @@
 
 /*!
     @header SecCmsEnvelopedData.h
-    @copyright 2004 Apple Computer, Inc. All Rights Reserved.
+    @Copyright (c) 2004,2008,2010 Apple Inc. All Rights Reserved.
 
     @availability 10.4 and later
     @abstract Interfaces of the CMS implementation.
@@ -64,15 +64,6 @@ SecCmsEnvelopedDataDestroy(SecCmsEnvelopedDataRef edp);
 extern SecCmsContentInfoRef
 SecCmsEnvelopedDataGetContentInfo(SecCmsEnvelopedDataRef envd);
 
-/*!
-    @function
-    @abstract Add a recipientinfo to the enveloped data msg.
-    @discussion Rip must be created on the same pool as edp - this is not enforced, though.
- */
-extern OSStatus
-SecCmsEnvelopedDataAddRecipient(SecCmsEnvelopedDataRef edp, SecCmsRecipientInfoRef rip);
-
-
 #if defined(__cplusplus)
 }
 #endif