]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_transform/lib/SecEncodeTransform.h
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_transform / lib / SecEncodeTransform.h
index 1a5ec4111837df14d0c95a1bd488606aae6db214..169bbf79d0f1007e43264539797f7f468959f3cf 100644 (file)
@@ -24,7 +24,7 @@
  * @APPLE_LICENSE_HEADER_END@
  */
 
-#include "SecTransform.h"
+#include <Security/SecTransform.h>
 
 #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