From cc1564ec414920217c7087124fa7d7ab9899cfc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 10 Apr 2008 09:47:23 +0000 Subject: [PATCH] use struct for AlgorithmIdentifier. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22946 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/crypto.c b/lib/krb5/crypto.c index 23ef1432f..54eb25933 100644 --- a/lib/krb5/crypto.c +++ b/lib/krb5/crypto.c @@ -4139,7 +4139,7 @@ encode_otherinfo(krb5_context context, krb5_error_code _krb5_pk_kdf(krb5_context context, - const AlgorithmIdentifier *ai, + const struct AlgorithmIdentifier *ai, const void *dhdata, size_t dhsize, krb5_const_principal client,