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: 'netcmd.hh'

#
#
# patch "netcmd.hh"
#  from [15406c426ad26a06900fd8fd6b171e746b1ec1ee]
#    to [902079e85a426929649f70aea179a7d706939711]
#
============================================================
--- netcmd.hh	15406c426ad26a06900fd8fd6b171e746b1ec1ee
+++ netcmd.hh	902079e85a426929649f70aea179a7d706939711
@@ -139,14 +139,14 @@ public:
                      id & client,
                      id & nonce1,
                      rsa_oaep_sha_data & hmac_key_encrypted,
-                     std::string & signature) const;
+                     rsa_sha1_signature & signature) const;
   void write_auth_cmd(protocol_role role,
                       globish const & include_pattern,
                       globish const & exclude_pattern,
                       id const & client,
                       id const & nonce1,
                       rsa_oaep_sha_data const & hmac_key_encrypted,
-                      std::string const & signature);
+                      rsa_sha1_signature const & signature);

   void read_confirm_cmd() const;
   void write_confirm_cmd();