function d2iX509bio(): Wrong order of arguments in implementation
Pascal TCP/IP Library
Brought to you by:
geby
Buggy line (without the comment):
Result := _d2iX509bio(x,b) // <- Arguments in wrong order.
should be like this
Result := _d2iX509bio(b,x) // <- Arguments in correct order.
in all these three files:
SVN r265 (trunk as of today).
Thank you, fixed in SVN r266 now.