summaryrefslogtreecommitdiff
path: root/lib/x509/pkcs7.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-30 16:19:25 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-05-31 14:50:22 +0200
commit1a115a830c68348f3ece73a3eb6fe3c57982de29 (patch)
tree77034ceee669f3e594ef104937836c0a41829567 /lib/x509/pkcs7.c
parentec21815ce42e6a722000e379a736eb5c69802edb (diff)
downloadgnutls-1a115a830c68348f3ece73a3eb6fe3c57982de29.tar.gz
_gnutls_privkey_find_sign_params: renamed and simplified
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/x509/pkcs7.c')
-rw-r--r--lib/x509/pkcs7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/pkcs7.c b/lib/x509/pkcs7.c
index 9222af652e..2812b7f89d 100644
--- a/lib/x509/pkcs7.c
+++ b/lib/x509/pkcs7.c
@@ -2498,7 +2498,7 @@ int gnutls_pkcs7_sign(gnutls_pkcs7_t pkcs7,
goto cleanup;
}
- result = _gnutls_privkey_find_sign_params(signer_key, pk, dig, 0,
+ result = _gnutls_privkey_update_sign_params(signer_key, pk, dig, 0,
&params);
if (result < 0) {
gnutls_assert();