summaryrefslogtreecommitdiff
path: root/lib/auth_dhe.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auth_dhe.c')
-rw-r--r--lib/auth_dhe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/auth_dhe.c b/lib/auth_dhe.c
index 4e7323297a..d495311c53 100644
--- a/lib/auth_dhe.c
+++ b/lib/auth_dhe.c
@@ -1,7 +1,7 @@
/*
- * Copyright (C) 2000,2001,2002,2003 Nikos Mavroyanopoulos
+ * Copyright (C) 2000,2001,2002,2003 Nikos Mavroyanopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GNUTLS.
*
* The GNUTLS library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -141,7 +141,7 @@ static int gen_dhe_server_kx(gnutls_session session, opaque ** data)
if (apr_pkey != NULL) {
if ((ret =
- _gnutls_generate_sig_params(session, &apr_cert_list[0],
+ _gnutls_tls_sign_params(session, &apr_cert_list[0],
apr_pkey, &ddata,
&signature)) < 0) {
gnutls_assert();