X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/libsecurity_transform/lib/SecNullTransform.h diff --git a/libsecurity_transform/lib/SecNullTransform.h b/libsecurity_transform/lib/SecNullTransform.h deleted file mode 100644 index 1bf4f8ba..00000000 --- a/libsecurity_transform/lib/SecNullTransform.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef __SECNULLTRANSFORM__ -#define __SECNULLTRANSFORM__ - - -#ifdef COM_APPLE_SECURITY_ACTUALLY_BUILDING_LIBRARY -#include "SecTransform.h" -#else -#include -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -extern const CFStringRef kSecNullTransformName; - -typedef CFTypeRef SecNullTransformRef; - -SecNullTransformRef SecNullTransformCreate(); - -#ifdef __cplusplus -}; -#endif - -#endif