X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..refs/heads/master:/OSX/libsecurity_transform/lib/SecEncodeTransform.h diff --git a/OSX/libsecurity_transform/lib/SecEncodeTransform.h b/OSX/libsecurity_transform/lib/SecEncodeTransform.h index 1a5ec411..169bbf79 100644 --- a/OSX/libsecurity_transform/lib/SecEncodeTransform.h +++ b/OSX/libsecurity_transform/lib/SecEncodeTransform.h @@ -24,7 +24,7 @@ * @APPLE_LICENSE_HEADER_END@ */ -#include "SecTransform.h" +#include #ifdef __cplusplus extern "C" { @@ -83,7 +83,7 @@ extern const CFStringRef kSecCompressionRatio; /*! @function SecEncodeTransformCreate @abstract Creates an encode computation object. - @param encodeType The type of digest to compute. You may pass NULL + @param encodeType The type of encoding to compute. You may pass NULL for this parameter, in which case an appropriate algorithm will be chosen for you. @param error A pointer to a CFErrorRef. This pointer will be set