Unit 'IdSSLOpenSSLHeaders' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_indy]

des_cblock_union

Declaration

Source position: IdSSLOpenSSLHeaders.pas line 14831

type des_cblock_union = record

  case Integer of

    0: (

        cblock: DES_cblock;

  

      );

    1: (

        deslong: array [0..1] of DES_LONG;

  

      );

end;



CT Web help

CodeTyphon Studio