]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_transform/lib/SecDigestTransform.h
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / libsecurity_transform / lib / SecDigestTransform.h
index cb6dfa6541e9ceb791ab0e833557ee9dbca49e18..d61f6e2df8196e992e9ddb91b39acd91fc5a63df 100644 (file)
@@ -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