diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
commit | 3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch) | |
tree | 16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/isakmpd/regress/crypto/cryptotest.c | |
parent | c021608bd50b74de1b8074e336f7adad03b1c7d8 (diff) |
rm trailing whitespace
Diffstat (limited to 'sbin/isakmpd/regress/crypto/cryptotest.c')
-rw-r--r-- | sbin/isakmpd/regress/crypto/cryptotest.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/regress/crypto/cryptotest.c b/sbin/isakmpd/regress/crypto/cryptotest.c index 4b8045bed12..c5a26a89d91 100644 --- a/sbin/isakmpd/regress/crypto/cryptotest.c +++ b/sbin/isakmpd/regress/crypto/cryptotest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptotest.c,v 1.6 2001/06/12 21:46:47 niklas Exp $ */ +/* $OpenBSD: cryptotest.c,v 1.7 2002/06/09 08:13:07 todd Exp $ */ /* $EOM: cryptotest.c,v 1.5 1998/10/07 16:40:49 niklas Exp $ */ /* @@ -90,7 +90,7 @@ special_test_blf (void) asc2bin (key, akey, strlen (akey)); asc2bin (iv, aiv, strlen (aiv)); asc2bin (cipher, acipher, 64); - + xf = crypto_get (BLOWFISH_CBC); printf ("Special Test-Case %s: ", xf->name); @@ -129,7 +129,7 @@ main (void) test_crypto (BLOWFISH_CBC); test_crypto (CAST_CBC); - + special_test_blf (); return 1; @@ -152,7 +152,7 @@ test_crypto (enum transform which) struct crypto_xf *xf; struct keystate *ks; enum cryptoerr err; - + xf = crypto_get (which); printf ("Testing %s: ", xf->name); |