X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient.h;fp=lib%2Fsilcclient%2Fclient.h;h=6b9965bee0b4deabb41cdf0c683466be927428d6;hb=b748967dcf55728dfd621773467499808cd3b47b;hp=6fbdbd4a54919cd6599c11f976a2fcba5b200684;hpb=7b0085feb0ea45079a360fc0a965ebc987dc0d2a;p=silc.git diff --git a/lib/silcclient/client.h b/lib/silcclient/client.h index 6fbdbd4a..6b9965be 100644 --- a/lib/silcclient/client.h +++ b/lib/silcclient/client.h @@ -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;