X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccore%2Fsilcpacket.h;h=792482276e7efd13b0447949f9bc0477b2033822;hb=4559604b1e55af1f277b2420be645583450bb6e0;hp=30a9cc51d65300ea6fd8d7a98bab213bee3f0cd0;hpb=4ef701725a4bcc06d5ef2db2d6a532d43ab9f832;p=silc.git diff --git a/lib/silccore/silcpacket.h b/lib/silccore/silcpacket.h index 30a9cc51..79248227 100644 --- a/lib/silccore/silcpacket.h +++ b/lib/silccore/silcpacket.h @@ -158,14 +158,6 @@ typedef struct { The associated connection. - SilcCipher cipher - - The cipher to be used in the decryption. - - SilcHmac hmac - - The HMAC to be used in the decryption. - void *context User context that is sent to the silc_packet_receive_process @@ -177,8 +169,6 @@ typedef struct { typedef struct { SilcPacketContext *packet; SilcSocketConnection sock; - SilcCipher cipher; - SilcHmac hmac; void *context; } SilcPacketParserContext;