freemyipod r152 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r151‎ | r152 | r153 >
Date:15:11, 18 August 2010
Author:theseven
Status:new
Tags:
Comment:
Reorder the hwkeyaes_direction enum in a more intuitive way
Modified paths:
  • /embios/trunk/hwkeyaes.h (modified) (history)

Diff [purge]

Index: embios/trunk/hwkeyaes.h
@@ -29,8 +29,8 @@
3030
3131 enum hwkeyaes_direction
3232 {
33 - HWKEYAES_ENCRYPT,
34 - HWKEYAES_DECRYPT
 33+ HWKEYAES_DECRYPT = 0,
 34+ HWKEYAES_ENCRYPT = 1
3535 };
3636
3737