diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-01-26 10:28:31 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-01-26 10:28:31 +0100 |
commit | 83100dcd7591fc7b5503c25f7bb6fe04ee4b5450 (patch) | |
tree | 686c7730aa1651d123950e809443f8659807a10b /lib/crypto-backend.h | |
parent | ea2afc5723133ab710b657e848b6481747620e97 (diff) | |
download | gnutls-83100dcd7591fc7b5503c25f7bb6fe04ee4b5450.tar.gz |
updated mpi_scan macros
Diffstat (limited to 'lib/crypto-backend.h')
-rw-r--r-- | lib/crypto-backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto-backend.h b/lib/crypto-backend.h index 32c7c3980b..0b9964c904 100644 --- a/lib/crypto-backend.h +++ b/lib/crypto-backend.h @@ -162,7 +162,7 @@ typedef struct gnutls_crypto_bigint { * GNUTLS_E_SHORT_MEMORY_BUFFER if buf_size is not sufficient to * store this integer, and updates the buf_size; */ - bigint_t(*bigint_scan) (const void *buf, size_t buf_size, + int (*bigint_scan) (bigint_t m, const void *buf, size_t buf_size, gnutls_bigint_format_t format); int (*bigint_print) (const bigint_t a, void *buf, size_t * buf_size, |