Switch nSize to size_t
authorsvost <svost@users.noreply.github.com>
Sun, 13 Mar 2016 20:11:27 +0000 (23:11 +0300)
committersvost <svost@users.noreply.github.com>
Sun, 13 Mar 2016 20:11:27 +0000 (23:11 +0300)
commit06b83ae8a9cdb61724534ec3d8a683b306eb1b36
tree4678e42341aff03141aa51ab28f032375a16896a
parentd877034ddb59f54e05de6e816077d4d258376fa0
Switch nSize to size_t

Based on:
EC_POINT_point2oct return size_t
void resize (size_type n, value_type val = value_type());
src/key.cpp