]> andersk Git - openssh.git/blobdiff - cipher-bf1.c
- (tim) [configure.ac] Use the C99-conforming functions snprintf() and
[openssh.git] / cipher-bf1.c
index b6aa0152a78ae0219c778725ad4c443dabbcda08..e0e33b4c051158a6c981fcab13ccb9720f514f80 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: cipher-bf1.c,v 1.3 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: cipher-bf1.c,v 1.5 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2003 Markus Friedl.  All rights reserved.
  *
 
 #include "includes.h"
 
+#include <sys/types.h>
+
 #include <openssl/evp.h>
+
+#include <stdarg.h>
+#include <string.h>
+
 #include "xmalloc.h"
 #include "log.h"
 
-#if OPENSSL_VERSION_NUMBER < 0x00906000L
-#define SSH_OLD_EVP
-#endif
+#include "openbsd-compat/openssl-compat.h"
 
 /*
  * SSH1 uses a variation on Blowfish, all bytes must be swapped before
This page took 0.032742 seconds and 4 git commands to generate.