blob: 9ab944c3c1cd53dfc331a410e5a9f80266f0b1f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ay,v 1.1 1999/12/25 05:28:36 kim Exp $
--- cipher.h.orig Wed May 12 07:19:25 1999
+++ cipher.h Fri Dec 24 21:50:04 1999
@@ -58,7 +58,7 @@
#ifndef WITHOUT_IDEA
#include "idea.h"
#endif /* WITHOUT_IDEA */
-#include "des.h"
+#include "ssh-des.h"
#ifdef WITH_ARCFOUR
#include "arcfour.h"
#endif /* WITH_ARCFOUR */
|