summaryrefslogtreecommitdiff
path: root/rijndael.c
diff options
context:
space:
mode:
Diffstat (limited to 'rijndael.c')
-rw-r--r--rijndael.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rijndael.c b/rijndael.c
index 1478c1223..f28a9c669 100644
--- a/rijndael.c
+++ b/rijndael.c
@@ -25,6 +25,8 @@
25 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 25 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
26 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28#include "config.h"
29
28#include <stdlib.h> 30#include <stdlib.h>
29#include <string.h> 31#include <string.h>
30 32