Rename require_enc_timestamp to require_preauth

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2573 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-24 04:35:16 +00:00
parent abe2a00e07
commit a0a44dfa19
2 changed files with 3 additions and 3 deletions

View File

@@ -212,7 +212,7 @@ as_rep(krb5_context context,
}
}
/* XXX */
if(found_pa == 0 && require_enc_timestamp)
if(found_pa == 0 && require_preauth)
goto use_pa;
/* We come here if we found a pa-enc-timestamp, but if there
was some problem with it, other than too large skew */
@@ -221,7 +221,7 @@ as_rep(krb5_context context,
e_text = NULL;
goto out;
}
}else if (require_enc_timestamp) {
}else if (require_preauth) {
PA_DATA foo;
u_char buf[16];
size_t len;