]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_codesigning/lib/SecRequirement.h
Security-58286.240.4.tar.gz
[apple/security.git] / OSX / libsecurity_codesigning / lib / SecRequirement.h
index 11cf0265ac77791bf4f3244c949cd4ba07563f95..64d782f8597c526cf834dfebba33db5b28454980 100644 (file)
@@ -81,10 +81,6 @@ OSStatus SecRequirementCreateWithData(CFDataRef data, SecCSFlags flags,
        @param flags Optional flags. Pass kSecCSDefaultFlags for standard behavior.
        @param requirement On successful return, contains a reference to a SecRequirement
        object that implements the conditions described in text.
-       @param errors An optional pointer to a CFErrorRef variable. If the call fails
-       (and something other than errSecSuccess is returned), and this argument is non-NULL,
-       a CFErrorRef is stored there further describing the nature and circumstances
-       of the failure. The caller must CFRelease() this error object when done with it.
        @result Upon success, errSecSuccess. Upon error, an OSStatus value documented in
        CSCommon.h or certain other Security framework headers.
 */