includes/rijndael.php
changeset 461 717e71109645
parent 458 c433348f3628
child 472 bc4b58034f4d
--- 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);