From 7f6001e81c174d376eb5021e4a9a4bec6e09b10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 4 Apr 2009 17:11:26 +0000 Subject: [PATCH] disable deprecated warning since this module uses 425 function and we don't want warnings for that. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25096 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/hprop.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kdc/hprop.c b/kdc/hprop.c index 0e767c024..24dd5f6c3 100644 --- a/kdc/hprop.c +++ b/kdc/hprop.c @@ -31,6 +31,8 @@ * SUCH DAMAGE. */ +#define KRB5_DEPRECATED /* uses v4 functions that will die */ + #include "hprop.h" RCSID("$Id$");