summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/kuser/kgetcred.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/kuser/kgetcred.c')
-rw-r--r--crypto/heimdal/kuser/kgetcred.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/kuser/kgetcred.c b/crypto/heimdal/kuser/kgetcred.c
index a2b3b27..6707455 100644
--- a/crypto/heimdal/kuser/kgetcred.c
+++ b/crypto/heimdal/kuser/kgetcred.c
@@ -33,7 +33,7 @@
#include "kuser_locl.h"
-RCSID("$Id: kgetcred.c,v 1.4 2000/12/31 07:52:59 assar Exp $");
+RCSID("$Id: kgetcred.c,v 1.5 2001/02/20 01:44:51 assar Exp $");
static char *etype_str;
static int version_flag;
@@ -65,7 +65,7 @@ main(int argc, char **argv)
krb5_creds in, *out;
int optind = 0;
- set_progname (argv[0]);
+ setprogname (argv[0]);
ret = krb5_init_context (&context);
if (ret)
OpenPOWER on IntegriCloud