NPKIT_CRLFreeContext

Frees a previously allocated CRL context and all associated memory (formerly NWx509FreeContext).

Syntax

   #include "NPKIT_x509.h"
   
   void NPKIT_CRLFreeContext
   (
      NPKIT_CRLContext       context
   ); 
   

Parameters

context
(IN) Specifies the NPKIT_CRL context handle to be freed. This is a nuint32 value.

See Also