summaryrefslogtreecommitdiff
path: root/lib/pubkey.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-09 18:17:34 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-12 10:19:29 +0200
commitba6f25691d5f66f92e99261ca804dd7094f5fc64 (patch)
tree963898a7cdb0721774ee1d129b217fc7cd4eb339 /lib/pubkey.c
parent99625724b0de1d13f9b42c35155f378e18698c3f (diff)
downloadgnutls-ba6f25691d5f66f92e99261ca804dd7094f5fc64.tar.gz
corrected typo in x962 functions
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/pubkey.c')
-rw-r--r--lib/pubkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pubkey.c b/lib/pubkey.c
index 2f5ab5dc3a..5df44e2c6d 100644
--- a/lib/pubkey.c
+++ b/lib/pubkey.c
@@ -1586,7 +1586,7 @@ gnutls_pubkey_import_ecc_x962(gnutls_pubkey_t key,
goto cleanup;
}
- ret = _gnutls_ecc_ansi_x963_import(raw_point.data, raw_point.size,
+ ret = _gnutls_ecc_ansi_x962_import(raw_point.data, raw_point.size,
&key->params.params[ECC_X],
&key->params.params[ECC_Y]);
if (ret < 0) {