From 3643fb11092e28a9538ef32cedce8ff21ad86a28 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 06:42:15 +0000 Subject: r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h) (This used to be commit b97e395c814762024336c1cf4d7c25be8da5813a) --- source4/libads/krb5_setpw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/libads/krb5_setpw.c') diff --git a/source4/libads/krb5_setpw.c b/source4/libads/krb5_setpw.c index f6a5b9375c..257c28e755 100644 --- a/source4/libads/krb5_setpw.c +++ b/source4/libads/krb5_setpw.c @@ -49,8 +49,7 @@ static DATA_BLOB encode_krb5_setpw(const char *principal, const char *password) char* realm = NULL; char* c; char* princ; - - ASN1_DATA req; + struct asn1_data req; DATA_BLOB ret; -- cgit