updates.
[silc.git] / lib / silcske / payload_internal.h
index 56bf497af7365e1dfb0bafca508a10e8aafc9020..d6cc162edb172b5052b696fbc35e23884cd8c2f6 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
 
-  Copyright (C) 2000 Pekka Riikonen
+  Copyright (C) 2000 - 2001 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -51,25 +51,16 @@ typedef struct {
   unsigned char *comp_alg_list;
 } SilcSKEStartPayload;
 
-/* SILC Key Exchange Payload */
+/* SILC Key Exchange Payload */
 typedef struct {
   unsigned short pk_len;
   unsigned char *pk_data;
   unsigned short pk_type;
 
-  SilcInt e;
-} SilcSKEOnePayload;
-
-/* SILC Key Exchange 2 Payload */
-typedef struct {
-  unsigned short pk_len;
-  unsigned char *pk_data;
-  unsigned short pk_type;
-
-  SilcInt f;
+  SilcInt x;
 
   unsigned short sign_len;
   unsigned char *sign_data;
-} SilcSKETwoPayload;
+} SilcSKEKEPayload;
 
 #endif