]> andersk Git - openssh.git/blobdiff - rijndael.h
- (bal) Minor Makefile.in tweak. dirname may not exist on some
[openssh.git] / rijndael.h
index c13f18c95907e24386d489a896a7ff0503da411c..01b342eb78e58d7374b5b15ac2e23424f4eb056e 100644 (file)
@@ -1,6 +1,10 @@
+/*     $OpenBSD: rijndael.h,v 1.6 2001/01/29 01:58:17 niklas Exp $     */
+
 #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 */
This page took 0.529564 seconds and 4 git commands to generate.