diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-03-14 12:53:16 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-03-14 12:53:16 +0000 |
commit | dc7e1c02d1e2a65673f2102eaeb2ca9c9a4e7bc6 (patch) | |
tree | becb0242224c3ca84b7f52b2d35241b7caea27f8 /lib/auth_dhe.c | |
parent | 932b1d116bb19c629b4fc9646d9525e52ba157f2 (diff) | |
download | gnutls-dc7e1c02d1e2a65673f2102eaeb2ca9c9a4e7bc6.tar.gz |
Added some stuff needed in PKCS#10 certificate request generation. Some other fixes as well.
Diffstat (limited to 'lib/auth_dhe.c')
-rw-r--r-- | lib/auth_dhe.c | 6 |
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(); |