5 // Created by Mitch Adler on 7/2/12.
6 // Copyright (c) 2012 Apple Inc. All rights reserved.
9 #include "utilities/der_plist_internal.h"
10 #include "utilities/SecCFError.h"
11 #include "utilities/SecCFRelease.h"
12 #include <CoreFoundation/CoreFoundation.h>
14 CFStringRef sSecDERErrorDomain
= CFSTR("com.apple.security.cfder.error");
16 void SecCFDERCreateError(CFIndex errorCode
, CFStringRef descriptionString
, CFErrorRef previousError
, CFErrorRef
*newError
) {
17 SecCFCreateError(errorCode
, sSecDERErrorDomain
, descriptionString
, previousError
, newError
);