[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'mseopensslbignum' (#msegui)

BN_CTX

Declaration

Source position: mseopensslbignum.pas line 31

type BN_CTX = record

  tos: cint;

  bn: array [0..BN_CTX_NUM-1] of BIGNUM;

  flags: cint;

  depth: cint;

  pos: array [0..BN_CTX_NUM_POS-1] of cint;

  too_many: cint;

end;


Documentation generated on: 2021-05-13