Copyright Digital Equipment Corp. All rights reserved.

Print_CDSA_Error

NAME
  Print_CDSA_Error - Output the CDSA error strings to SYS$OUTPUT

SYNOPSIS
  #include <cssmerr.h>

  void Print_CDSA_Error( CSSM_RETURN  Error_Code);

LIBRARY
  Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE)

PARAMETERS
  Error_Code         (input)    The numeric error code return by CDSA
                                routines.

DESCRIPTION
  This routine outputs the strings returned by Decode_CDSA_Error to
  SYS$OUTPUT.  It provides a simple way report CDSA errors from a user
  program.

RETURN VALUE

  None

ERRORS

  None