Tree does not compile with GCC 4.0
authorEzra Peisach <epeisach@mit.edu>
Thu, 13 Jan 2005 11:32:47 +0000 (11:32 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 13 Jan 2005 11:32:47 +0000 (11:32 +0000)
        * yarrow.c: Declare yarrow_gate_locked static before first use.

GCC 4.0 snapshots are more particular about using a static function
before a prototype is given.

ticket: new
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17024 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/yarrow/ChangeLog
src/lib/crypto/yarrow/yarrow.c

index f3e5666647a8649c7e71abba4eb026e5bc74e9ce..5aa069bf23b2d609896f56a98cb8f5084237dcc4 100644 (file)
@@ -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
index a619c5b2e557b309902a944cbc91d072b12d0c49..54d30e1fa2b97a2d100470ef07fb4a302c24c42f 100644 (file)
@@ -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[] = {