summaryrefslogtreecommitdiffstats
path: root/ldid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldid.cpp')
-rw-r--r--ldid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldid.cpp b/ldid.cpp
index 38cc489..6250a7d 100644
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -1064,6 +1064,7 @@ int main(int argc, const char *argv[]) {
if (flag_d) {
printf("cryptoff=0x%x\n", mach_header.Swap(encryption_info_command->cryptoff));
printf("cryptsize=0x%x\n", mach_header.Swap(encryption_info_command->cryptsize));
+ printf("cryptid=0x%x\n", mach_header.Swap(encryption_info_command->cryptid));
}
}
}