Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib minor cosmetic inden...



details:   https://anonhg.NetBSD.org/src/rev/8373cb75985f
branches:  trunk
changeset: 754659:8373cb75985f
user:      agc <agc%NetBSD.org@localhost>
date:      Sat May 08 00:27:08 2010 +0000

description:
minor cosmetic indentation fixes - no functional change

diffstat:

 crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 42ef45e40f71 -r 8373cb75985f crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c
--- a/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c Sat May 08 00:26:39 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c Sat May 08 00:27:08 2010 +0000
@@ -349,8 +349,8 @@
 {
        __ops_crypt_t   crypted;
        __ops_hash_t    hash;
-       unsigned    done = 0;
-       unsigned    i = 0;
+       unsigned        done = 0;
+       unsigned        i = 0;
        uint8_t         sesskey[CAST_KEY_LENGTH];
        uint8_t         hashed[OPS_SHA1_HASH_SIZE];
 



Home | Main Index | Thread Index | Old Index