Removed signed payload encoding and parsing from public API,
authorPekka Riikonen <priikone@silcnet.org>
Sun, 5 Nov 2006 21:35:57 +0000 (21:35 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 5 Nov 2006 21:35:57 +0000 (21:35 +0000)
commit25fc6127772a2cefdebd1a11600365d1647c8a04
tree76a71f6b1697793bc243693450f29ad0cde31988
parent102c9c3cc33ae5bcdea3360c273fce32c3e0c259
Removed signed payload encoding and parsing from public API,
it's now done internally only.
Added support for pre-allocated SilcMessagePayload in parsing to
make parsing without memory allocations.  Added SilcStack support
also.
lib/silccore/silcmessage.c
lib/silccore/silcmessage.h
lib/silccore/silcmessage_i.h [new file with mode: 0644]
lib/silccore/tests/test_silcmessage.c