diff options
author | Jack Lloyd <[email protected]> | 2017-11-14 20:58:18 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-14 20:58:18 -0500 |
commit | 122ceb41f0366a48e84eac3e69e940db2a00eb28 (patch) | |
tree | 4a75edb73356b723a192e75b0daca20ceb75893b /doc/manual/ffi.rst | |
parent | f66fd9c12ff7d64c925e73be12a27135790994c3 (diff) |
Update manual to avoid use of old integer typedefs.
Diffstat (limited to 'doc/manual/ffi.rst')
-rw-r--r-- | doc/manual/ffi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/ffi.rst b/doc/manual/ffi.rst index db3bd8d53..e0643974b 100644 --- a/doc/manual/ffi.rst +++ b/doc/manual/ffi.rst @@ -323,7 +323,7 @@ Multiple Precision Integers Return the size of ``n`` in bits. -.. cpp:function:: int botan_mp_num_bytes(botan_mp_t n, size_t* bytes) +.. cpp:function:: int botan_mp_num_bytes(botan_mp_t n, size_t* uint8_ts) Return the size of ``n`` in bytes. |