author | Moritz Birghan <mbirghan@mozilla.com> |
Wed, 24 Jul 2019 17:08:15 +0000 | |
changeset 484066 | 4a74fc4aecd21ddfdd2e8354e5070f96439b6ae1 |
parent 484065 | ef5b5e589da3b9a4df5056c2ed0c28dd6327f2e9 |
child 484067 | f65b096aa0f7be02d8ce95a3b739b10575cd5239 |
push id | 36339 |
push user | dvarga@mozilla.com |
push date | Thu, 25 Jul 2019 03:53:31 +0000 |
treeherder | mozilla-central@922be4adb708 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | keeler |
bugs | 1567005 |
milestone | 70.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/security/manager/ssl/ScopedNSSTypes.h +++ b/security/manager/ssl/ScopedNSSTypes.h @@ -224,21 +224,16 @@ namespace internal { inline void SECITEM_FreeItem_true(SECItem* s) { return SECITEM_FreeItem(s, true); } inline void SECOID_DestroyAlgorithmID_true(SECAlgorithmID* a) { return SECOID_DestroyAlgorithmID(a, true); } -inline void SECKEYEncryptedPrivateKeyInfo_true( - SECKEYEncryptedPrivateKeyInfo* epki) { - return SECKEY_DestroyEncryptedPrivateKeyInfo(epki, PR_TRUE); -} - inline void VFY_DestroyContext_true(VFYContext* ctx) { VFY_DestroyContext(ctx, true); } // If this was created via PK11_ListFixedKeysInSlot, we may have a list of keys, // in which case we have to free them all (and if not, this will still free the // one key). inline void FreeOneOrMoreSymKeys(PK11SymKey* keys) {