mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-06 08:32:31 +00:00
Remove unused code.
(Logical change 1.69) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@250 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
cb69089b5a
commit
20d27992a9
@ -110,10 +110,6 @@ struct _prng_descriptor {
|
||||
int (*add_entropy)(const unsigned char *, unsigned long, prng_state *);
|
||||
int (*ready)(prng_state *);
|
||||
unsigned long (*read)(unsigned char *, unsigned long, prng_state *);
|
||||
int (*done)(prng_state *);
|
||||
int (*export)(unsigned char *, unsigned long *, prng_state *);
|
||||
int (*import)(const unsigned char *, unsigned long, prng_state *);
|
||||
int (*test)(void);
|
||||
};
|
||||
|
||||
extern const struct _prng_descriptor *prng_descriptor[];
|
||||
|
Loading…
Reference in New Issue
Block a user