From 7c83be50896d223110cd831ec603379d0de6d02d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Nov 2019 11:38:23 +0100 Subject: [PATCH] switch on NEW_CRYPTO for GNU Taler --- src/util/crypto_ecc.c | 2 +- src/util/crypto_rsa.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c index f9efcf6e7..878f74a81 100644 --- a/src/util/crypto_ecc.c +++ b/src/util/crypto_ecc.c @@ -33,7 +33,7 @@ #define EXTRA_CHECKS 0 -#define NEW_CRYPTO 0 +#define NEW_CRYPTO 1 /** diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c index 08bdeb2ca..e5b2d9289 100644 --- a/src/util/crypto_rsa.c +++ b/src/util/crypto_rsa.c @@ -33,7 +33,7 @@ #define LOG(kind, ...) GNUNET_log_from (kind, "util-crypto-rsa", __VA_ARGS__) /* Flip for #5968 */ -#define NEW_CRYPTO 0 +#define NEW_CRYPTO 1 /** * The private information of an RSA key pair. -- 2.25.1