]> andersk Git - openssh.git/blobdiff - cipher-ctr.c
- (dtucker) [entropy.c] Needs unistd.h too.
[openssh.git] / cipher-ctr.c
index 105d0bd5bff699c9db5ea66729fffbb46cefd829..9733b7d5603b91bda1c6f782c3f87010f36fc32b 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: cipher-ctr.c,v 1.9 2006/07/22 20:48:22 stevesk Exp $ */
+/* $OpenBSD: cipher-ctr.c,v 1.10 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2003 Markus Friedl <markus@openbsd.org>
  *
  */
 #include "includes.h"
 
+#include <sys/types.h>
+
 #include <string.h>
 
 #include <openssl/evp.h>
 
-#include "log.h"
 #include "xmalloc.h"
+#include "log.h"
 
 /* compatibility with old or broken OpenSSL versions */
 #include "openbsd-compat/openssl-compat.h"
This page took 0.110959 seconds and 4 git commands to generate.