Subject: krb5_timeofday
To: None <assar@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 02/06/2000 19:45:21
>Module Name:	cryptosrc-intl
>Committed By:	assar
>Date:		Sun Feb  6 07:54:54 UTC 2000
>Modified Files:
>	cryptosrc-intl/crypto-intl/dist/heimdal/lib/krb5: get_in_tkt.c
>Log Message:
>fix krb5_timeofday call

	There seem to be time mismatch near here.  This stops my build in
	crypto-intl/lib/libkrb5.
	I'm sure I have the latest tree, and having no issue with .depend
	this time :-)

itojun


	crypto-intl/dist/heimdal/lib/krb5/time.c:

krb5_error_code
krb5_timeofday (krb5_context context,
		int32_t *timeret)


	crypto-intl/dist/heimdal/lib/krb5/krb5-proto.h:

krb5_error_code
krb5_timeofday __P((
	krb5_context context,
	krb5_timestamp *timeret));

	crypto-intl/dist/heimdal/lib/krb5/krb5.h:

typedef time_t krb5_timestamp;