From 5f7258ade2dd8bad076d17d3a85fb04d9bf71bda Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 30 Nov 2013 04:58:05 +0100 Subject: Make crypto implementation configurable (and update a few error messages) --- src/crypto/cipher/ciphers.c.in | 1 - src/crypto/mac/macs.c.in | 1 - 2 files changed, 2 deletions(-) (limited to 'src/crypto') 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 #include 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 #include -- cgit v1.2.3