From 5993935f76e66c957f02efaa8fc0c8ff8a3f92c9 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 15 Oct 2000 12:21:32 +1100 Subject: - (djm) Fix ssh2 hang on background processes at logout. --- rijndael.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rijndael.h') diff --git a/rijndael.h b/rijndael.h index c13f18c9..09c42574 100644 --- a/rijndael.h +++ b/rijndael.h @@ -1,6 +1,8 @@ #ifndef _RIJNDAEL_H_ #define _RIJNDAEL_H_ +#include "config.h" + /* 1. Standard types for AES cryptography source code */ typedef u_int8_t u1byte; /* an 8 bit unsigned character type */ -- cgit v1.2.1