Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/hdb fix comma error



details:   https://anonhg.NetBSD.org/src/rev/0a6a13b05892
branches:  trunk
changeset: 804154:0a6a13b05892
user:      pettai <pettai%NetBSD.org@localhost>
date:      Wed Nov 26 10:12:27 2014 +0000

description:
fix comma error

diffstat:

 crypto/external/bsd/heimdal/dist/lib/hdb/keys.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r f4f6fc96bd9e -r 0a6a13b05892 crypto/external/bsd/heimdal/dist/lib/hdb/keys.c
--- a/crypto/external/bsd/heimdal/dist/lib/hdb/keys.c   Wed Nov 26 09:53:53 2014 +0000
+++ b/crypto/external/bsd/heimdal/dist/lib/hdb/keys.c   Wed Nov 26 10:12:27 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: keys.c,v 1.2 2014/11/26 07:39:52 pettai Exp $  */
+/*     $NetBSD: keys.c,v 1.3 2014/11/26 10:12:27 pettai Exp $  */
 
 
 /*
@@ -77,8 +77,8 @@
 
 static const krb5_enctype all_etypes[] = {
     ETYPE_AES256_CTS_HMAC_SHA1_96,
-    ETYPE_DES3_CBC_SHA1
-    ETYPE_ARCFOUR_HMAC_MD5,
+    ETYPE_DES3_CBC_SHA1,
+    ETYPE_ARCFOUR_HMAC_MD5
 };
 
 static krb5_error_code



Home | Main Index | Thread Index | Old Index