michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* michael@0: * capi/canchor.c michael@0: * michael@0: * This file "anchors" the actual cryptoki entry points in this module's michael@0: * shared library, which is required for dynamic loading. See the michael@0: * comments in nssck.api for more information. michael@0: */ michael@0: michael@0: #include "ckcapi.h" michael@0: michael@0: #define MODULE_NAME ckcapi michael@0: #define INSTANCE_NAME (NSSCKMDInstance *)&nss_ckcapi_mdInstance michael@0: #include "nssck.api"