]> andersk Git - openssh.git/blobdiff - mac.c
- deraadt@cvs.openbsd.org 2006/08/03 03:34:42
[openssh.git] / mac.c
diff --git a/mac.c b/mac.c
index a59e7edf1fc05e8686d1d6e12a6c3169dde9bc9c..edf9b69bddf0aaafb8f5f62d5794da61c35b569d 100644 (file)
--- a/mac.c
+++ b/mac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mac.c,v 1.11 2006/07/22 20:48:23 stevesk Exp $ */
+/* $OpenBSD: mac.c,v 1.12 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
  *
 
 #include "includes.h"
 
+#include <sys/types.h>
+
 #include <openssl/hmac.h>
 
 #include <string.h>
+#include <signal.h>
 
 #include "xmalloc.h"
 #include "log.h"
 #include "cipher.h"
+#include "buffer.h"
+#include "key.h"
 #include "kex.h"
 #include "mac.h"
 #include "misc.h"
This page took 0.03954 seconds and 4 git commands to generate.