diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
| commit | 5ebc7e6281887681c3a348a5a4c902e262ccd656 (patch) | |
| tree | 4d38911cf1e5e1ef56a662eddcbe2f706b2e6973 /secure/lib/libcipher/test | |
| parent | 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcipher/test')
| -rw-r--r-- | secure/lib/libcipher/test/cert.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libcipher/test/cert.c b/secure/lib/libcipher/test/cert.c index 520f9bd43f53..549c2306894f 100644 --- a/secure/lib/libcipher/test/cert.c +++ b/secure/lib/libcipher/test/cert.c @@ -3,7 +3,7 @@ * shipped with UFC-crypt which is apparently derived from one distributed * with Phil Karns PD DES package. * - * $Id: cert.c,v 1.1 1994/09/07 08:55:26 g89r4222 Exp $ + * $Id: cert.c,v 1.1.1.1 1994/09/07 21:18:08 csgr Exp $ */ #include <stdio.h> @@ -40,7 +40,7 @@ static struct crypt_test crypt16_tests[] = { }; -void good_bye() +void good_bye() { if(totfails == 0) { printf(" Passed validation\n"); @@ -59,7 +59,7 @@ char *cp; for(i = 0; i < 8; i++){ t = 0; - for(j = 0; j < 8; j++) + for(j = 0; j < 8; j++) t = t << 1 | *cp++; printf("%02x", t); } |
