From cc81afac0c3fa99f02ae7f38c09d00cf3f24d3cf Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sat, 2 Apr 2011 17:30:45 +0000 Subject: 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 --- src/include/k5-int.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 85cd71763e..5e1324b2e4 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. */ -- cgit