checksum need a libradius_init() symbol
This commit is contained in:
@@ -278,6 +278,11 @@ struct radius_message_t {
|
||||
void (*destroy)(radius_message_t *this);
|
||||
};
|
||||
|
||||
/**
|
||||
* Dummy libradius initialization function needed for integrity test
|
||||
*/
|
||||
void libradius_init(void);
|
||||
|
||||
/**
|
||||
* Create an empty RADIUS message.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user