summaryrefslogtreecommitdiff
path: root/lib/gnutls_pk.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-16 22:20:17 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-20 12:30:42 +0200
commita8e8ba0f5cea4f2356c539e48d17b1e662b49141 (patch)
tree36e81a209054f87f404a5a768ef3253f614e2f02 /lib/gnutls_pk.c
parentf90470a7b4c672a916c4513cecf4b9a6bce0eb67 (diff)
downloadgnutls-a8e8ba0f5cea4f2356c539e48d17b1e662b49141.tar.gz
Initial ecc support. Adds support for anonymous ECDH ciphersuites.ecc
Diffstat (limited to 'lib/gnutls_pk.c')
-rw-r--r--lib/gnutls_pk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_pk.c b/lib/gnutls_pk.c
index f6284fd1c4..5fc3aa216f 100644
--- a/lib/gnutls_pk.c
+++ b/lib/gnutls_pk.c
@@ -531,7 +531,7 @@ _generate_params (int algo, bigint_t * resarr, unsigned int *resarr_len,
int ret;
unsigned int i;
- ret = _gnutls_pk_ops.generate (algo, bits, &params);
+ ret = _gnutls_pk_generate (algo, bits, &params);
if (ret < 0)
{