diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:12:15 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:12:15 +0100 |
commit | 2debf6c3f0462a4743484c0cde7c951940e5cd2a (patch) | |
tree | 7d2a4a79a8f1086ab14d64b08a25eb774169d125 | |
parent | 172505bd0f16f5be18d64e86c4ad7ed01e920c1d (diff) | |
download | exchange-2debf6c3f0462a4743484c0cde7c951940e5cd2a.tar.gz exchange-2debf6c3f0462a4743484c0cde7c951940e5cd2a.zip |
cleaning up includes
-rw-r--r-- | src/mint/taler-mint-httpd_keys.c | 5 | ||||
-rw-r--r-- | src/util/crypto.c | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/mint/taler-mint-httpd_keys.c b/src/mint/taler-mint-httpd_keys.c index 579112749..fc425876f 100644 --- a/src/mint/taler-mint-httpd_keys.c +++ b/src/mint/taler-mint-httpd_keys.c | |||
@@ -24,12 +24,7 @@ | |||
24 | #include <gnunet/gnunet_util_lib.h> | 24 | #include <gnunet/gnunet_util_lib.h> |
25 | #include <jansson.h> | 25 | #include <jansson.h> |
26 | #include <microhttpd.h> | 26 | #include <microhttpd.h> |
27 | #include <libpq-fe.h> | ||
28 | #include <pthread.h> | ||
29 | #include "mint.h" | 27 | #include "mint.h" |
30 | #include "taler_signatures.h" | ||
31 | #include "taler_json_lib.h" | ||
32 | #include "taler-mint-httpd_parsing.h" | ||
33 | #include "taler-mint-httpd_keys.h" | 28 | #include "taler-mint-httpd_keys.h" |
34 | #include "taler-mint-httpd_keystate.h" | 29 | #include "taler-mint-httpd_keystate.h" |
35 | 30 | ||
diff --git a/src/util/crypto.c b/src/util/crypto.c index 184662987..4e60d138a 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c | |||
@@ -13,7 +13,6 @@ | |||
13 | You should have received a copy of the GNU General Public License along with | 13 | You should have received a copy of the GNU General Public License along with |
14 | TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> | 14 | TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> |
15 | */ | 15 | */ |
16 | |||
17 | /** | 16 | /** |
18 | * @file crypto.c | 17 | * @file crypto.c |
19 | * @brief Cryptographic utility functions | 18 | * @brief Cryptographic utility functions |
@@ -21,14 +20,11 @@ | |||
21 | * @author Florian Dold | 20 | * @author Florian Dold |
22 | * @author Benedikt Mueller | 21 | * @author Benedikt Mueller |
23 | */ | 22 | */ |
24 | |||
25 | #include "platform.h" | 23 | #include "platform.h" |
26 | #include "taler_util.h" | 24 | #include "taler_util.h" |
27 | #include <gnunet/gnunet_common.h> | ||
28 | #include <gnunet/gnunet_util_lib.h> | 25 | #include <gnunet/gnunet_util_lib.h> |
29 | #include <gcrypt.h> | 26 | #include <gcrypt.h> |
30 | 27 | ||
31 | #define CURVE "Ed25519" | ||
32 | 28 | ||
33 | /** | 29 | /** |
34 | * Function called by libgcrypt on serious errors. | 30 | * Function called by libgcrypt on serious errors. |