X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcske%2Fsilcske.h;h=02d94dced6f77fcae772221bafc22d41e438376b;hb=48d89bc2868ec49c2ab9aa74efe9ac703eee8f29;hp=55613e4cf3f9fdecf03e2cf886aec541bd3b5172;hpb=10ec50cff8ad9d6a77080821037c1234dc066b47;p=silc.git diff --git a/lib/silcske/silcske.h b/lib/silcske/silcske.h index 55613e4c..02d94dce 100644 --- a/lib/silcske/silcske.h +++ b/lib/silcske/silcske.h @@ -119,10 +119,10 @@ struct SilcSKEStruct { /* Random number x, 1 < x < q. This is the secret exponent used in Diffie Hellman computations. */ - SilcInt x; + SilcInt *x; /* The secret shared key */ - SilcInt KEY; + SilcInt *KEY; /* The hash value HASH of the key exchange */ unsigned char *hash;