Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/opencrypto KNF
details: https://anonhg.NetBSD.org/src/rev/683526cb6c24
branches: trunk
changeset: 354955:683526cb6c24
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Thu Jul 06 08:22:45 2017 +0000
description:
KNF
diffstat:
sys/opencrypto/xform.h | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r dc1a92459d31 -r 683526cb6c24 sys/opencrypto/xform.h
--- a/sys/opencrypto/xform.h Thu Jul 06 08:09:05 2017 +0000
+++ b/sys/opencrypto/xform.h Thu Jul 06 08:22:45 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xform.h,v 1.19 2011/05/26 21:50:03 drochner Exp $ */
+/* $NetBSD: xform.h,v 1.20 2017/07/06 08:22:45 ozaki-r Exp $ */
/* $FreeBSD: src/sys/opencrypto/xform.h,v 1.1.2.1 2002/11/21 23:34:23 sam Exp $ */
/* $OpenBSD: xform.h,v 1.10 2002/04/22 23:10:09 deraadt Exp $ */
@@ -42,8 +42,10 @@
struct enc_xform {
int type;
const char *name;
- u_int16_t blocksize, ivsize;
- u_int16_t minkey, maxkey;
+ u_int16_t blocksize;
+ u_int16_t ivsize;
+ u_int16_t minkey;
+ u_int16_t maxkey;
};
struct comp_algo {
Home |
Main Index |
Thread Index |
Old Index