Changeset 74343 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Sep 18, 2018 2:16:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/key-create-rsa-openssl.cpp
r74295 r74343 61 61 { 62 62 BIGNUM *pPubExp = BN_new(); 63 if ( !pPubExp)63 if (pPubExp) 64 64 { 65 65 if (BN_set_word(pPubExp, uPubExp) != 0)
Note:
See TracChangeset
for help on using the changeset viewer.