added dummy libtls_init() function needed for integrity testing
This commit is contained in:
@@ -227,6 +227,11 @@ struct tls_t {
|
||||
void (*destroy)(tls_t *this);
|
||||
};
|
||||
|
||||
/**
|
||||
* Dummy libtls initialization function needed for integrity test
|
||||
*/
|
||||
void libtls_init(void);
|
||||
|
||||
/**
|
||||
* Create a tls instance.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user