Changeset 26379 in vbox
- Timestamp:
- Feb 9, 2010 2:32:04 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r26357 r26379 115 115 { 116 116 int rc; 117 /* Based on Amith Singh SMC reading code sample in OS X Book */ 117 /* 118 * Code based on Amit Singh SMC reading code sample in OS X Book, see 119 * http://osxbook.com/book/bonus/chapter7/tpmdrmmyth/ 120 */ 118 121 typedef struct { 119 122 uint32_t key; … … 164 167 165 168 aKey[64] = 0; 166 169 167 170 return VINF_SUCCESS; 168 171 }
Note:
See TracChangeset
for help on using the changeset viewer.

