b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/src/bindings/minimal/crypto_scalarmult.h |
| 2 | +++ b/src/bindings/minimal/crypto_scalarmult.h |
| 3 | @@ -13,7 +13,7 @@ |
| 4 | * limitations under the License. |
| 5 | */ |
| 6 | |
| 7 | -#ifdef SODIUM_LIBRARY_MINIMAL |
| 8 | +#if 0 |
| 9 | static const int PYNACL_HAS_CRYPTO_SCALARMULT_ED25519 = 0; |
| 10 | |
| 11 | size_t (*crypto_scalarmult_ed25519_bytes)() = NULL; |
| 12 | --- a/src/bindings/minimal/crypto_core.h |
| 13 | +++ b/src/bindings/minimal/crypto_core.h |
| 14 | @@ -13,7 +13,7 @@ |
| 15 | * limitations under the License. |
| 16 | */ |
| 17 | |
| 18 | -#ifdef SODIUM_LIBRARY_MINIMAL |
| 19 | +#if 0 |
| 20 | static const int PYNACL_HAS_CRYPTO_CORE_ED25519 = 0; |
| 21 | |
| 22 | size_t (*crypto_core_ed25519_bytes)() = NULL; |