Changeset 54150 for trunk/src/wp-includes/sodium_compat/autoload.php
- Timestamp:
- 09/14/2022 12:11:11 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sodium_compat/autoload.php
r51002 r54150 43 43 44 44 /* Explicitly, always load the Compat class: */ 45 require_once dirname(__FILE__) . '/src/Compat.php'; 45 if (!class_exists('ParagonIE_Sodium_Compat', false)) { 46 require_once dirname(__FILE__) . '/src/Compat.php'; 47 } 46 48 47 49 if (!class_exists('SodiumException', false)) { … … 70 72 require_once(dirname(__FILE__) . '/lib/php72compat.php'); 71 73 } 74 require_once(dirname(__FILE__) . '/lib/stream-xchacha20.php'); 72 75 require_once(dirname(__FILE__) . '/lib/ristretto255.php');
Note: See TracChangeset
for help on using the changeset viewer.