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.

13 lines
434 B

  1. diff --git a/src/bindings/minimal/crypto_scalarmult.h b/src/bindings/minimal/crypto_scalarmult.h
  2. index 06ca1ef..9bc3d8e 100644
  3. --- a/src/bindings/minimal/crypto_scalarmult.h
  4. +++ b/src/bindings/minimal/crypto_scalarmult.h
  5. @@ -13,7 +13,7 @@
  6. * limitations under the License.
  7. */
  8. -#ifdef SODIUM_LIBRARY_MINIMAL
  9. +#if 0
  10. static const int PYNACL_HAS_CRYPTO_SCALARMULT_ED25519 = 0;
  11. size_t (*crypto_scalarmult_ed25519_bytes)() = NULL;