]> andersk Git - openssh.git/blobdiff - cipher-ctr.c
20070326
[openssh.git] / cipher-ctr.c
index 9615f5aa6689b629121262cab457ab31c911c241..b24f3a4288662108d0aa67e99e0b4cc86df22d61 100644 (file)
@@ -1,3 +1,4 @@
+/* $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 <stdarg.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.031562 seconds and 4 git commands to generate.