updates.
[silc.git] / lib / silcske / silcske.h
index d9556cb2d74a2bbb10452002be0ef71efa905351..eb98f6e625210de9a7267fd75166606d897e2e76 100644 (file)
@@ -150,11 +150,6 @@ struct SilcSKEStruct {
      HASH computation. */
   SilcBuffer start_payload_copy;
 
-  /* If initiator, this is responders public key. If responder this
-     is our own public key. */
-  unsigned char *pk;
-  uint32 pk_len;
-
   /* Random number x, 1 < x < q. This is the secret exponent
      used in Diffie Hellman computations. */
   SilcMPInt *x;