chiark / gitweb /
changelog: document changes since 0.6.0
[secnet.git] / pubkeys.h
index 782240fcdee850e487a3acddd1299067141973bd..a630d775446a197b1e25261cd71f634fdec74634 100644 (file)
--- a/pubkeys.h
+++ b/pubkeys.h
@@ -26,7 +26,7 @@
 
 struct peer_pubkey {
     struct sigkeyid id;
-    struct sigpubkey_if *pubkey; /* does not need ->sethash calling */
+    struct sigpubkey_if *pubkey;
 };
 
 struct peer_keyset {
@@ -38,8 +38,7 @@ struct peer_keyset {
 
 extern struct peer_keyset *
 keyset_load(const char *path, struct buffer_if *data_buf,
-           struct log_if *log, int logcl_enoent,
-           struct hash_if *defhash);
+           struct log_if *log, int logcl_enoent);
 
 extern void keyset_dispose(struct peer_keyset **ks);