New SILC PKCS API, enabling support for other public keys/certs.
[silc.git] / lib / silccore / silcpacket.h
index eb3c97d762817882210ed453d9ca8565ccc06ef8..f7c6853cdcc6687d76e8e80f678031a799de310e 100644 (file)
@@ -22,9 +22,9 @@
  * DESCRIPTION
  *
  * The SILC secure binary packet protocol interface, provides interface for
- * sending and receiving SILC packets.  The interface provides a packet engine,
- * that can be used to receive packets from packet streams, and routines
- * for sending all kinds of SILC packets.
+ * sending and receiving SILC packets.  The interface provides a packet
+ * engine, that can be used to receive packets from packet streams, and
+ * routines for sending all kinds of SILC packets.
  *
  * The packet engine and packet stream are thread safe.  They can be safely
  * used in multi threaded environment.