]> andersk Git - openssh.git/blobdiff - cipher-3des1.c
- (dtucker) [configure.ac openbsd-compat/{Makefile.in,pwcache.c} Portability
[openssh.git] / cipher-3des1.c
index 61798bfde4f0199a8d1889d703bbcc786039e12b..17a13a133abbc0dc5de69101edb26eaca95ef020 100644 (file)
 
 #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.340398 seconds and 4 git commands to generate.