summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/kf/kf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/kf/kf.c')
-rw-r--r--crypto/heimdal/appl/kf/kf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/appl/kf/kf.c b/crypto/heimdal/appl/kf/kf.c
index 0800ce9..3288dae 100644
--- a/crypto/heimdal/appl/kf/kf.c
+++ b/crypto/heimdal/appl/kf/kf.c
@@ -32,7 +32,7 @@
*/
#include "kf_locl.h"
-RCSID("$Id: kf.c,v 1.14 2000/12/31 07:31:06 assar Exp $");
+RCSID("$Id: kf.c,v 1.15 2001/02/20 01:44:44 assar Exp $");
krb5_context context;
static int help_flag;
@@ -71,7 +71,7 @@ client_setup(krb5_context *context, int *argc, char **argv)
int port = 0;
int status;
- set_progname (argv[0]);
+ setprogname (argv[0]);
status = krb5_init_context (context);
if (status)
OpenPOWER on IntegriCloud