Comment changes.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 11 Feb 2007 18:08:11 +0000 (18:08 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 11 Feb 2007 18:08:11 +0000 (18:08 +0000)
lib/silccore/silcauth.h

index 31bbce075b9bb39a6cba29907a80452a901e64d0..39b7c328631e42c27342e3362f745b35a2c31491 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2001 - 2003, 2006 Pekka Riikonen
+  Copyright (C) 2001 - 2007 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
@@ -394,7 +394,8 @@ silc_key_agreement_payload_parse(const unsigned char *payload,
  *
  * DESCRIPTION
  *
- *    Encodes the Key Agreement protocol and returns the encoded buffer
+ *    Encodes the Key Agreement payload and returns the encoded buffer.
+ *    The `protocol' is 0 for TCP and 1 for UDP.
  *
  ***/
 SilcBuffer silc_key_agreement_payload_encode(const char *hostname,
@@ -409,7 +410,7 @@ SilcBuffer silc_key_agreement_payload_encode(const char *hostname,
  *
  * DESCRIPTION
  *
- *    Frees the Key Agreement protocol and all data in it.
+ *    Frees the Key Agreement payload and all data in it.
  *
  ***/
 void silc_key_agreement_payload_free(SilcKeyAgreementPayload payload);