]> andersk Git - gssapi-openssh.git/blobdiff - openssh/cipher.c
fix check for _PATH_BSHELL, etc., from openssh patch
[gssapi-openssh.git] / openssh / cipher.c
index 9a5f9849cf7f76e9ab7419e1561d17b374d46923..ddbf97c6b1486138f0da5d18d16ba6301fd622b8 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: cipher.c,v 1.81 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: cipher.c,v 1.77 2005/07/16 01:35:24 djm Exp $");
+
+#include <sys/types.h>
+
+#include <openssl/md5.h>
+
+#include <string.h>
+#include <stdarg.h>
 
 #include "xmalloc.h"
 #include "log.h"
 #include "cipher.h"
 
-#include <openssl/md5.h>
-
 /* compatibility with old or broken OpenSSL versions */
 #include "openbsd-compat/openssl-compat.h"
 
This page took 0.068383 seconds and 4 git commands to generate.