summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-04-02 17:30:45 +0000
committerGreg Hudson <ghudson@mit.edu>2011-04-02 17:30:45 +0000
commitcc81afac0c3fa99f02ae7f38c09d00cf3f24d3cf (patch)
tree7ea0c01cc6e3b58e29baac29c09d32e4ee105fd4 /src/include/k5-int.h
parentbea219929d521829625d9c9670339ebf266ae3c1 (diff)
downloadkrb5-cc81afac0c3fa99f02ae7f38c09d00cf3f24d3cf.tar.gz
krb5-cc81afac0c3fa99f02ae7f38c09d00cf3f24d3cf.tar.xz
krb5-cc81afac0c3fa99f02ae7f38c09d00cf3f24d3cf.zip
In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c,
renamed to k5_privsafe_check_seqnum. Declare it in int-proto.h rather than k5-int.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24805 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 85cd71763..5e1324b2e 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -2013,9 +2013,6 @@ krb5_encode_kdc_rep(krb5_context, krb5_msgtype, const krb5_enc_kdc_rep_part *,
int using_subkey, const krb5_keyblock *, krb5_kdc_rep *,
krb5_data ** );
-krb5_boolean
-krb5int_auth_con_chkseqnum(krb5_context ctx, krb5_auth_context ac,
- krb5_ui_4 in_seq);
/*
* [De]Serialization Handle and operations.
*/