You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
590 B

  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. -#ifdef SODIUM_LIBRARY_MINIMAL
  7. +#if 0
  8. static const int PYNACL_HAS_CRYPTO_SCALARMULT_ED25519 = 0;
  9. size_t (*crypto_scalarmult_ed25519_bytes)() = NULL;
  10. --- a/src/bindings/minimal/crypto_core.h
  11. +++ b/src/bindings/minimal/crypto_core.h
  12. @@ -13,7 +13,7 @@
  13. * limitations under the License.
  14. */
  15. -#ifdef SODIUM_LIBRARY_MINIMAL
  16. +#if 0
  17. static const int PYNACL_HAS_CRYPTO_CORE_ED25519 = 0;
  18. size_t (*crypto_core_ed25519_bytes)() = NULL;