X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..07691282a056c4efea71e1e505527601e8cc166b:/OSX/libsecurity_transform/lib/SecDigestTransform.h diff --git a/OSX/libsecurity_transform/lib/SecDigestTransform.h b/OSX/libsecurity_transform/lib/SecDigestTransform.h index cb6dfa65..d61f6e2d 100644 --- a/OSX/libsecurity_transform/lib/SecDigestTransform.h +++ b/OSX/libsecurity_transform/lib/SecDigestTransform.h @@ -93,7 +93,7 @@ extern const CFStringRef kSecDigestTypeAttribute; /*! @constant kSecDigestLengthAttribute Used with SecTransformGetAttribute to query the length attribute. - Returns a CFNumberRef that contains the length. + Returns a CFNumberRef that contains the length in bytes. */ extern const CFStringRef kSecDigestLengthAttribute; @@ -140,7 +140,7 @@ SecTransformRef SecDigestTransformCreate(CFTypeRef __nullable digestType, @result The CFTypeID */ -CFTypeID SecDigestTransformGetTypeID() + CFTypeID SecDigestTransformGetTypeID(void) __OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_NA); CF_IMPLICIT_BRIDGING_DISABLED