]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_transform/lib/misc.c
Security-55471.14.4.tar.gz
[apple/security.git] / libsecurity_transform / lib / misc.c
index a82293a7656dac5b48c892fc066140f257cde27c..91a9f730d25a54324440d8323575f851b91b3cf6 100644 (file)
@@ -67,6 +67,7 @@ CFErrorRef fancy_error(CFStringRef domain, CFIndex code, CFStringRef description
        return err;
 }
 
+static
 void add_t2ca(CFMutableDictionaryRef t2ca, CFStringRef t, CFStringRef a) {
        CFMutableSetRef ca = (CFMutableSetRef)CFDictionaryGetValue(t2ca, t);
        if (!ca) {