summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-11-30 04:58:05 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-11-30 04:58:05 +0100
commit5f7258ade2dd8bad076d17d3a85fb04d9bf71bda (patch)
tree6dead8b1a3f5df9ae1a903d2deaedcb189f4d0d8 /src/crypto
parentf7e72b3584b54d43401fb02aa7ea677dc3bf0564 (diff)
downloadfastd-5f7258ade2dd8bad076d17d3a85fb04d9bf71bda.tar
fastd-5f7258ade2dd8bad076d17d3a85fb04d9bf71bda.zip
Make crypto implementation configurable (and update a few error messages)
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/cipher/ciphers.c.in1
-rw-r--r--src/crypto/mac/macs.c.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/cipher/ciphers.c.in b/src/crypto/cipher/ciphers.c.in
index cdc9911..19893f6 100644
--- a/src/crypto/cipher/ciphers.c.in
+++ b/src/crypto/cipher/ciphers.c.in
@@ -24,7 +24,6 @@
*/
-#include <src/config.h>
#include <src/crypto.h>
diff --git a/src/crypto/mac/macs.c.in b/src/crypto/mac/macs.c.in
index ee64362..57f327a 100644
--- a/src/crypto/mac/macs.c.in
+++ b/src/crypto/mac/macs.c.in
@@ -24,7 +24,6 @@
*/
-#include <src/config.h>
#include <src/crypto.h>