]> git.pld-linux.org Git - packages/freeswan.git/commitdiff
- fixed path to des.h
authorMarcin Kierus <marcin.kierus@gmail.com>
Thu, 3 Apr 2003 21:47:11 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freeswan-des.patch -> 1.1

freeswan-des.patch [new file with mode: 0644]

diff --git a/freeswan-des.patch b/freeswan-des.patch
new file mode 100644 (file)
index 0000000..ff09f33
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nru freeswan-2.00-rc2.orig/programs/pluto/pem.c freeswan-2.00-rc2/programs/pluto/pem.c
+--- freeswan-2.00-rc2.orig/programs/pluto/pem.c        Thu Apr  3 21:36:36 2003
++++ freeswan-2.00-rc2/programs/pluto/pem.c     Thu Apr  3 21:37:15 2003
+@@ -25,7 +25,7 @@
+ #include <freeswan.h>
+ #define HEADER_DES_LOCL_H   /* stupid trick to force prototype decl in <des.h> */
+-#include <des.h>
++#include <crypto/des.h>
+ #include "constants.h"
+ #include "defs.h"
This page took 0.074343 seconds and 4 git commands to generate.