diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-09 18:17:34 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-12 10:19:29 +0200 |
commit | ba6f25691d5f66f92e99261ca804dd7094f5fc64 (patch) | |
tree | 963898a7cdb0721774ee1d129b217fc7cd4eb339 /lib/ecc.h | |
parent | 99625724b0de1d13f9b42c35155f378e18698c3f (diff) | |
download | gnutls-ba6f25691d5f66f92e99261ca804dd7094f5fc64.tar.gz |
corrected typo in x962 functions
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/ecc.h')
-rw-r--r-- | lib/ecc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,9 +23,9 @@ #ifndef GNUTLS_ECC_H #define GNUTLS_ECC_H -int _gnutls_ecc_ansi_x963_import(const uint8_t * in, unsigned long inlen, +int _gnutls_ecc_ansi_x962_import(const uint8_t * in, unsigned long inlen, bigint_t * x, bigint_t * y); -int _gnutls_ecc_ansi_x963_export(gnutls_ecc_curve_t curve, bigint_t x, +int _gnutls_ecc_ansi_x962_export(gnutls_ecc_curve_t curve, bigint_t x, bigint_t y, gnutls_datum_t * out); #endif |