Module Name: src Committed By: agc Date: Wed Apr 14 00:24:00 UTC 2010
Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: crypto.h Log Message: allow the desired hash algorithm to be passed down from the user to the place where it matters - change the required prototype. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 \ src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h 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/crypto.h diff -u src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h:1.17 src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h:1.18 --- src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h:1.17 Fri Mar 5 16:01:09 2010 +++ src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h Wed Apr 14 00:24:00 2010 @@ -211,7 +211,7 @@ /* Keys */ __ops_key_t *__ops_rsa_new_selfsign_key(const int, - const unsigned long, __ops_userid_t *); + const unsigned long, __ops_userid_t *, const char *); int __ops_dsa_size(const __ops_dsa_pubkey_t *); DSA_SIG *__ops_dsa_sign(uint8_t *, unsigned,