From f6451b91af8454c1e571f8ac560a1581a5f08be4 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 24 Aug 2001 17:19:19 +0000 Subject: KNF --- sys/crypto/cryptodev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/crypto/cryptodev.c b/sys/crypto/cryptodev.c index b60d71f2c05..85538c1e452 100644 --- a/sys/crypto/cryptodev.c +++ b/sys/crypto/cryptodev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptodev.c,v 1.21 2001/08/17 17:37:12 ben Exp $ */ +/* $OpenBSD: cryptodev.c,v 1.22 2001/08/24 17:19:18 deraadt Exp $ */ /* * Copyright (c) 2001 Theo de Raadt @@ -367,7 +367,7 @@ crypto_op(struct csession *cse, struct crypt_op *cop, struct proc *p) bcopy(cse->tmp_iv, crde->crd_iv, cse->txform->blocksize); crde->crd_flags |= CRD_F_IV_EXPLICIT | CRD_F_IV_PRESENT; crde->crd_skip = 0; - } else if(cse->cipher == CRYPTO_ARC4) { /* XXX use flag? */ + } else if (cse->cipher == CRYPTO_ARC4) { /* XXX use flag? */ crde->crd_skip = 0; } else { crde->crd_flags |= CRD_F_IV_PRESENT; -- cgit v1.2.3