summaryrefslogtreecommitdiff
path: root/package/ipsec-tools/patches/patch-src_racoon_crypto_openssl_c
blob: 66f9ba7d20ddf2d55da3e4b537643deaaff0c4aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$Id$
--- ipsec-tools-0.6.4.orig/src/racoon/crypto_openssl.c	2005-07-12 13:50:15.000000000 +0200
+++ ipsec-tools-0.6.4/src/racoon/crypto_openssl.c	2007-06-28 17:04:27.000000000 +0200
@@ -81,7 +81,7 @@
 #ifdef HAVE_OPENSSL_SHA2_H
 #include <openssl/sha2.h>
 #else
-#include "crypto/sha2/sha2.h"
+#include "missing/crypto/sha2/sha2.h"
 #endif
 #endif