Code auditing weekend results and fixes committing.
[silc.git] / lib / silcske / silcske.h
index 55613e4cf3f9fdecf03e2cf886aec541bd3b5172..02d94dced6f77fcae772221bafc22d41e438376b 100644 (file)
@@ -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;