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