another one:
function BN_Bn2Hex(a:BNPtr):PChar;
begin
  _BnBn2Hex(a);
end;

i also assume that it should be Result := _BnBn2Hex(a); ?  i don't
quite see the use of this function...

henry
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to