summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-28 18:17:38 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-28 18:17:38 +0200
commit2807d80e446538357bd40a2365ec164cc93bdee4 (patch)
tree1bcfd78549478580a3102203263a2170a1826206 /tests
parentd22081b55abe5256a21f5851052700c3f7b070ea (diff)
downloadgnutls-2807d80e446538357bd40a2365ec164cc93bdee4.tar.gz
Likewise.
Diffstat (limited to 'tests')
-rw-r--r--tests/x509dn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/x509dn.c b/tests/x509dn.c
index 0ed2ffbfc0..57a517bb1c 100644
--- a/tests/x509dn.c
+++ b/tests/x509dn.c
@@ -111,7 +111,7 @@ const gnutls_datum_t key = { key_pem, sizeof (key_pem) };
static int
cert_callback (gnutls_session_t session,
const gnutls_datum_t * req_ca_rdn, int nreqs,
- const gnutls_pk_algorithm * sign_algos,
+ const gnutls_pk_algorithm_t * sign_algos,
int sign_algos_length, gnutls_retr_st * st)
{
int result;