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 allow the desired ha...
details: https://anonhg.NetBSD.org/src/rev/f10879df2cc5
branches: trunk
changeset: 753918:f10879df2cc5
user: agc <agc%NetBSD.org@localhost>
date: Wed Apr 14 00:24:00 2010 +0000
description:
allow the desired hash algorithm to be passed down from the user to the place
where it matters - change the required prototype.
diffstat:
crypto/external/bsd/netpgp/dist/src/lib/crypto.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r a29577b5ebd3 -r f10879df2cc5 crypto/external/bsd/netpgp/dist/src/lib/crypto.h
--- a/crypto/external/bsd/netpgp/dist/src/lib/crypto.h Wed Apr 14 00:23:09 2010 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/lib/crypto.h Wed Apr 14 00:24:00 2010 +0000
@@ -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,
Home |
Main Index |
Thread Index |
Old Index