summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
authordjm <djm>2000-10-15 01:21:32 +0000
committerdjm <djm>2000-10-15 01:21:32 +0000
commit2329d67220b24c1f83eadd189f311dec5162c4bc (patch)
treee8dc45cbd86d63b9449ce495abc923966f847440 /rijndael.h
parente1d505292d3530aa1aa48767f42adaa994b99710 (diff)
downloadopenssh-2329d67220b24c1f83eadd189f311dec5162c4bc.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 */