Fixed some bugs in Requested Attributes support.
[silc.git] / lib / silcclient / client.h
index 6fbdbd4a54919cd6599c11f976a2fcba5b200684..6b9965bee0b4deabb41cdf0c683466be927428d6 100644 (file)
@@ -167,6 +167,10 @@ struct SilcClientStruct {
      touch this. This the context sent as argument to silc_client_alloc. */
   void *application;
 
+  /* Generic hash context for application usage */
+  SilcHash md5hash;
+  SilcHash sha1hash;
+
   /* Internal data for client library. Application cannot access this
      data at all. */
   SilcClientInternal internal;