diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/crypto/yarrow/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/crypto/yarrow/yarrow.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/crypto/yarrow/ChangeLog b/src/lib/crypto/yarrow/ChangeLog index f3e566664..5aa069bf2 100644 --- a/src/lib/crypto/yarrow/ChangeLog +++ b/src/lib/crypto/yarrow/ChangeLog @@ -1,3 +1,7 @@ +2005-01-13 Ezra Peisach <epeisach@mit.edu> + + * yarrow.c: Declare yarrow_gate_locked static before first use. + 2004-11-22 Ken Raeburn <raeburn@mit.edu> * yarrow.c (yarrow_input_maybe_locking): Renamed from diff --git a/src/lib/crypto/yarrow/yarrow.c b/src/lib/crypto/yarrow/yarrow.c index a619c5b2e..54d30e1fa 100644 --- a/src/lib/crypto/yarrow/yarrow.c +++ b/src/lib/crypto/yarrow/yarrow.c @@ -71,6 +71,8 @@ static int Yarrow_Load_State( Yarrow_CTX *y ); static int Yarrow_Save_State( Yarrow_CTX *y ); #endif +static int yarrow_gate_locked(Yarrow_CTX* y); + static const byte zero_block[CIPHER_BLOCK_SIZE] = { 0, }; static const char* const yarrow_str_error[] = { |
