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)
- (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 c13f18c95..09c425742 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -1,6 +1,8 @@
1#ifndef _RIJNDAEL_H_ 1#ifndef _RIJNDAEL_H_
2#define _RIJNDAEL_H_ 2#define _RIJNDAEL_H_
3 3
4#include "config.h"
5
4/* 1. Standard types for AES cryptography source code */ 6/* 1. Standard types for AES cryptography source code */
5 7
6typedef u_int8_t u1byte; /* an 8 bit unsigned character type */ 8typedef u_int8_t u1byte; /* an 8 bit unsigned character type */