Changeset 69046 in vbox for trunk/src/VBox/Runtime/common/crypto/pkix-util.cpp
- Timestamp:
- Oct 11, 2017 4:11:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/pkix-util.cpp
r65813 r69046 63 63 return RTCR_PKCS1_RSA_OID; 64 64 case 1: AssertFailed(); 65 /* fall thru */65 RT_FALL_THRU(); 66 66 default: 67 67 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.