Module Name: src Committed By: agc Date: Sat May 8 00:27:08 UTC 2010
Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: ssh2pgp.c Log Message: minor cosmetic indentation fixes - no functional change To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \ src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c diff -u src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c:1.10 src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c:1.11 --- src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c:1.10 Wed Apr 14 06:23:37 2010 +++ src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c Sat May 8 00:27:08 2010 @@ -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];