diff -r 3a1c99845ca8 -r 717e71109645 includes/rijndael.php --- a/includes/rijndael.php Sun Feb 24 12:52:07 2008 -0500 +++ b/includes/rijndael.php Sun Feb 24 17:50:38 2008 -0500 @@ -10,6 +10,7 @@ * @license BSD-style license */ +define ('ENC_HEX', 201); define ('ENC_BASE64', 202); define ('ENC_BINARY', 203);