diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-08 23:12:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-11-08 23:12:39 +0000 |
commit | 39b665ba259922f1a18b0ec4b59a9ace3d6b1d6c (patch) | |
tree | 49b401ec4c891463523a46a3c65733b2b4414e3a /sys/crypto/crypto.c | |
parent | 50924db1582868786fe205f6149059d09a50f861 (diff) |
indent
Diffstat (limited to 'sys/crypto/crypto.c')
-rw-r--r-- | sys/crypto/crypto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/crypto/crypto.c b/sys/crypto/crypto.c index c2f33c26886..ffb8fddf3e2 100644 --- a/sys/crypto/crypto.c +++ b/sys/crypto/crypto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto.c,v 1.26 2001/08/05 09:36:38 deraadt Exp $ */ +/* $OpenBSD: crypto.c,v 1.27 2001/11/08 23:12:38 deraadt Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * @@ -77,7 +77,7 @@ crypto_newsession(u_int64_t *sid, struct cryptoini *cri, int hard) /* See if all the algorithms are supported. */ for (cr = cri; cr; cr = cr->cri_next) if (crypto_drivers[hid].cc_alg[cr->cri_alg] == 0) - break; + break; /* Ok, all algorithms are supported. */ if (cr == NULL) |