checksum need a libradius_init() symbol

This commit is contained in:
Andreas Steffen
2012-04-05 16:52:37 +02:00
parent e90e106117
commit 367e1e22b8
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -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.
*