Changeset 107861 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 20, 2025 6:13:12 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167063
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.cpp
r107860 r107861 53 53 #ifdef VBOX_SIGNING_MODE 54 54 # if 1 /* Whether to use IPRT or Windows to verify the executable signatures. */ 55 /* This section is borrowed from RTSignTool.cpp */56 57 55 # include <iprt/err.h> 58 56 # include <iprt/initterm.h> … … 62 60 # include <iprt/crypto/pkcs7.h> 63 61 # include <iprt/crypto/store.h> 62 # endif 64 63 #endif 65 64 … … 73 72 74 73 #ifdef VBOX_SIGNING_MODE 74 # if 1 /* Whether to use IPRT or Windows to verify the executable signatures. */ 75 /* This section is borrowed from RTSignTool.cpp */ 75 76 76 77 class CryptoStore
Note:
See TracChangeset
for help on using the changeset viewer.