From 20d27992a91a34a8d1e5f057f25e5161603e177c Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 15 Sep 2004 20:20:07 +0000 Subject: [PATCH] Remove unused code. (Logical change 1.69) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@250 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/crypto.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/exec/crypto.h b/exec/crypto.h index 666ca853..09c22141 100644 --- a/exec/crypto.h +++ b/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[];