]> git.pld-linux.org Git - packages/freeswan.git/blob - freeswan-des.patch
- added patch which fix path to des.h
[packages/freeswan.git] / freeswan-des.patch
1 diff -Nru freeswan-2.00-rc2.orig/programs/pluto/pem.c freeswan-2.00-rc2/programs/pluto/pem.c
2 --- freeswan-2.00-rc2.orig/programs/pluto/pem.c Thu Apr  3 21:36:36 2003
3 +++ freeswan-2.00-rc2/programs/pluto/pem.c      Thu Apr  3 21:37:15 2003
4 @@ -25,7 +25,7 @@
5  
6  #include <freeswan.h>
7  #define HEADER_DES_LOCL_H   /* stupid trick to force prototype decl in <des.h> */
8 -#include <des.h>
9 +#include <crypto/des.h>
10  
11  #include "constants.h"
12  #include "defs.h"
This page took 0.025952 seconds and 3 git commands to generate.