Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/dist/krb4/lib/krb Version string is const.
details: https://anonhg.NetBSD.org/src/rev/dfdcc82f3d98
branches: trunk
changeset: 488163:dfdcc82f3d98
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Jun 19 22:40:17 2000 +0000
description:
Version string is const.
diffstat:
crypto/dist/krb4/lib/krb/krb.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r ea7bc45a6866 -r dfdcc82f3d98 crypto/dist/krb4/lib/krb/krb.h
--- a/crypto/dist/krb4/lib/krb/krb.h Mon Jun 19 22:29:15 2000 +0000
+++ b/crypto/dist/krb4/lib/krb/krb.h Mon Jun 19 22:40:17 2000 +0000
@@ -1,5 +1,5 @@
/*
- * $Id: krb.h,v 1.1.1.1 2000/06/16 18:45:54 thorpej Exp $
+ * $Id: krb.h,v 1.2 2000/06/19 22:40:17 thorpej Exp $
*
* Copyright 1987, 1988 by the Massachusetts Institute of Technology.
*
@@ -336,7 +336,7 @@
#define KRB_VERIFY_SECURE 1
#define KRB_VERIFY_SECURE_FAIL 2
-extern char *krb4_version;
+extern const char *krb4_version;
typedef int (*key_proc_t) __P((const char *name,
char *instance, /* INOUT parameter */
Home |
Main Index |
Thread Index |
Old Index