]> andersk Git - openssh.git/blobdiff - cipher-3des1.c
- dtucker@cvs.openbsd.org 2010/01/11 01:39:46
[openssh.git] / cipher-3des1.c
index f815e8ae524e786439da56a5f59fa940ef3f5732..17a13a133abbc0dc5de69101edb26eaca95ef020 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: cipher-3des1.c,v 1.6 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2003 Markus Friedl.  All rights reserved.
  *
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: cipher-3des1.c,v 1.2 2003/12/22 20:29:55 markus Exp $");
+
+#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"
 
 /*
  * This is used by SSH1:
This page took 0.033602 seconds and 4 git commands to generate.