Changeset 49741 for trunk/src/wp-includes/sodium_compat/src/File.php
- Timestamp:
- 12/03/2020 05:39:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/src/File.php
r49056 r49741 244 244 ParagonIE_Sodium_Compat::memzero($ephKeypair); 245 245 } catch (SodiumException $ex) { 246 /** @psalm-suppress PossiblyUndefinedVariable */ 246 247 unset($ephKeypair); 247 248 } … … 542 543 ParagonIE_Sodium_Compat::memzero($key); 543 544 } catch (SodiumException $ex) { 545 /** @psalm-suppress PossiblyUndefinedVariable */ 544 546 unset($key); 545 547 }
Note: See TracChangeset
for help on using the changeset viewer.