]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/clxutils/clAppUtils/crlUtils.h
Security-57740.51.3.tar.gz
[apple/security.git] / SecurityTests / clxutils / clAppUtils / crlUtils.h
diff --git a/SecurityTests/clxutils/clAppUtils/crlUtils.h b/SecurityTests/clxutils/clAppUtils/crlUtils.h
deleted file mode 100644 (file)
index 6d951b5..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * crlUtils.cpp - CRL CL/TP/DL utilities.
- */
-
-#ifndef        _CRL_UTILS_H_
-#define _CRL_UTILS_H_
-
-#include <Security/cssmtype.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*
- * Add a CRL to an existing DL/DB.
- */
-#define MAX_CRL_ATTRS                  8
-
-CSSM_RETURN crlAddCrlToDb(
-       CSSM_DL_DB_HANDLE       dlDbHand,
-       CSSM_CL_HANDLE          clHand,
-       const CSSM_DATA         *crl);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* _CRL_UTILS_H_ */