/*----------------------------------------------------------------------- * File: PUBLIC.C * * Copyright (c) 1995-2000 Intel Corporation. All rights reserved. *----------------------------------------------------------------------- */ /* * OpenVMS History * * 12-Sep-2002 Carol Kelly * o Merge in V3_14 changes * */ #include "cssm.h" #ifdef ISL_INCLUDED #include "callouts.h" #ifdef WIN32 #include #else #include #endif #include "eislapi.h" #include "common.h" #include "rootkeys.h" #include "modselfkey.h" int EISL_RetrieveRootIssuerKey(ISL_CALLOUT_DATA* Name) { Name; return 0; } #endif