diff --git a/twofish.c b/twofish.c
index cc7e606d947149288e6cb5e268e0394a5fcd40c3..9945a2facca857ab15380819e96de3faf03104a2 100644
--- a/twofish.c
+++ b/twofish.c
@@ -32,7 +32,7 @@
 #include <string.h>
 #include <assert.h>
 
-UNUSED static char cvs_id[] =
+static char cvs_id[] UNUSED =
 "$Id$";
 
 /* ------------------------------------------------------------------------- */