git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10925 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-04-18 10:18:50 +00:00
parent d1927c345d
commit fc4f2a6921
4 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997, 1998, 1999, 2002 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -42,7 +42,7 @@ int afs;
char *principal;
char *cell;
char *password;
char *keytype_str = "des-cbc-md5";
const char *keytype_str = "des-cbc-md5";
int version;
int help;