summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-10-15 12:21:32 +1100
committerDamien Miller <djm@mindrot.org>2000-10-15 12:21:32 +1100
commit5993935f76e66c957f02efaa8fc0c8ff8a3f92c9 (patch)
treeb8bc95b6caf3a4eeb66645409be9728c327ea6d9 /rijndael.h
parentb4df15d1e119994ad1f3e73c1283414d2eb30a5f (diff)
downloadopenssh-git-5993935f76e66c957f02efaa8fc0c8ff8a3f92c9.tar.gz
- (djm) Fix ssh2 hang on background processes at logout.
Diffstat (limited to 'rijndael.h')
-rw-r--r--rijndael.h2
1 files changed, 2 insertions, 0 deletions
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 */