[Overview][Types][Procedures and functions][Variables][Index] |
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; |