summaryrefslogtreecommitdiff
path: root/source4/libads/krb5_setpw.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libads/krb5_setpw.c')
-rw-r--r--source4/libads/krb5_setpw.c3
1 files changed, 1 insertions, 2 deletions
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;