Просмотр исходного кода

Remove unused code.

(Logical change 1.69)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@250 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 21 лет назад
Родитель
Сommit
20d27992a9
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      exec/crypto.h

+ 0 - 4
exec/crypto.h

@@ -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[];