Remove unused file. (#42697)
authorKevin Jones <kevin@vcsjones.com>
Fri, 25 Sep 2020 00:58:21 +0000 (20:58 -0400)
committerGitHub <noreply@github.com>
Fri, 25 Sep 2020 00:58:21 +0000 (17:58 -0700)
src/coreclr/src/pal/src/include/pal/cert.hpp [deleted file]

diff --git a/src/coreclr/src/pal/src/include/pal/cert.hpp b/src/coreclr/src/pal/src/include/pal/cert.hpp
deleted file mode 100644 (file)
index 74bacfe..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-/*++
-
-
-
-Module Name:
-
-    include/pal/cert.hpp
-
-Abstract:
-    Header file for cert structures
-
-
-
---*/
-
-#ifndef _PAL_CERT_HPP_
-#define _PAL_CERT_HPP_
-
-#include "corunix.hpp"
-
-#include <Security/Security.h>
-
-CorUnix::PAL_ERROR OIDToStr(CSSM_DATA &data, CHAR *&oidStrOut);
-
-CSSM_RETURN InitCSSMModule(const CSSM_GUID *inGuid, CSSM_SERVICE_TYPE inService,
-    CSSM_MODULE_HANDLE_PTR outModule);
-CSSM_RETURN TermCSSMModule(const CSSM_GUID *inGuid, CSSM_MODULE_HANDLE_PTR inModule);
-
-#endif // !_PAL_CERT_HPP_