Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon plugins to libtnccs

This commit is contained in:
Andreas Steffen
2013-08-15 23:34:22 +02:00
parent 180a2f2642
commit e8f65c5cde
73 changed files with 92 additions and 63 deletions
+8
View File
@@ -17,6 +17,14 @@
#include <utils/debug.h>
/**
* Described in header.
*/
void libpttls_init(void)
{
/* empty */
}
/*
* PT-TNC Message format:
* 1 2 3
+9
View File
@@ -111,4 +111,13 @@ bio_reader_t* pt_tls_read(tls_socket_t *tls, u_int32_t *vendor,
bool pt_tls_write(tls_socket_t *tls, bio_writer_t *writer,
pt_tls_message_type_t type, u_int32_t identifier);
/**
* @}
* @addtogroup libpttls
* @{
*
* Dummy libpttls initialization function needed for integrity test
*/
void libpttls_init(void);
#endif /** PT_TLS_H_ @}*/