The unified diff between revisions [2df88abf..] and [818e3621..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'keys.hh'

#
#
# patch "keys.hh"
#  from [a40936fead588c4290487a6b00f64c7f5558f03a]
#    to [a3b8a5108dc2d418f906403189a4b62a2299097b]
#
============================================================
--- keys.hh	a40936fead588c4290487a6b00f64c7f5558f03a
+++ keys.hh	a3b8a5108dc2d418f906403189a4b62a2299097b
@@ -47,17 +47,17 @@ void key_hash_code(rsa_keypair_id const
 // netsync stuff

 void key_hash_code(rsa_keypair_id const & ident,
-                   base64<rsa_pub_key> const & pub,
+                   rsa_pub_key const & pub,
                    id & out);

 void key_hash_code(rsa_keypair_id const & ident,
-                   base64< rsa_priv_key > const & priv,
+                   rsa_priv_key const & priv,
                    id & out);

 bool keys_match(rsa_keypair_id const & id1,
-                base64<rsa_pub_key> const & key1,
+                rsa_pub_key const & key1,
                 rsa_keypair_id const & id2,
-                base64<rsa_pub_key> const & key2);
+                rsa_pub_key const & key2);

 // Local Variables:
 // mode: C++