Backport of r544:
Define PROTOTYPES to be one by default in global.h. This affects the RSA MD5 code. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@546 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
@@ -83,7 +83,7 @@ typedef struct {
|
||||
|
||||
void get_ieee_node_identifier(uuid_node_t *node);
|
||||
void get_system_time(uuid_time_t *uuid_time);
|
||||
void get_random_info(char seed[16]);
|
||||
void get_random_info(unsigned char seed[16]);
|
||||
|
||||
|
||||
#endif /* SYSDEP_H */
|
||||
|
Reference in New Issue
Block a user