Changeset 104746 in vbox for trunk/src/VBox/Runtime/tools/RTSignTool.cpp
- Timestamp:
- May 21, 2024 2:45:33 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTSignTool.cpp
r104745 r104746 6235 6235 * The 'create-self-signed-rsa-cert' command. * 6236 6236 *********************************************************************************************************************************/ 6237 #ifndef IPRT_IN_BUILD_TOOL 6238 6237 6239 static RTEXITCODE HelpCreateSelfSignedRsaCert(PRTSTREAM pStrm, RTSIGNTOOLHELP enmLevel) 6238 6240 { … … 6388 6390 } 6389 6391 6392 #endif /* !IPRT_IN_BUILD_TOOL */ 6390 6393 6391 6394
Note:
See TracChangeset
for help on using the changeset viewer.