Module Name: src Committed By: agc Date: Thu Nov 4 01:18:35 UTC 2010
Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: crypto.h symmetric.c Log Message: check return values from memory allocation routines in symmetric key initialisation. return an error if allocation failed. modify symmetric key initialisation function signature to return an indication of success or failure. get rid of one-time typedef for function definitions; their indirection does not add any extra insight, and just obfuscates the declarations. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 \ src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h cvs rdiff -u -r1.11 -r1.12 \ src/crypto/external/bsd/netpgp/dist/src/lib/symmetric.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.