Fix include paths.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 24 Sep 2008 14:10:53 +0000 (16:10 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 24 Sep 2008 14:10:53 +0000 (16:10 +0200)
lib/crypto/arcfour.c
lib/crypto/hmacmd5.h
lib/crypto/hmacmd5test.c
lib/crypto/hmacsha256.c
lib/crypto/md4test.c
lib/crypto/md5test.c

index 94196fa1ee136953f7881a1ec86c059437fd9200..c57e05d0e9175c0d4615fea2952b50d25f89e23e 100644 (file)
@@ -20,7 +20,7 @@
 */
 
 #include "includes.h"
-#include "lib/crypto/crypto.h"
+#include "../lib/crypto/arcfour.h"
 
 /* initialise the arcfour sbox with key */
 _PUBLIC_ void arcfour_init(struct arcfour_state *state, const DATA_BLOB *key) 
index d649906bb47da5ba026b76270c819b414ecdb62c..91b8ca586c840cd3a07dc8f311b0c1ef845de4eb 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef _HMAC_MD5_H
 #define _HMAC_MD5_H
 
+#include "../lib/crypto/md5.h"
+
 typedef struct 
 {
         struct MD5Context ctx;
index 07ed54c98d2822dda3f63e9970e9b7a5a4381641..0a98404eda3a53b144e0d2ed12038717e787221b 100644 (file)
@@ -17,7 +17,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 #include "includes.h"
-#include "lib/crypto/crypto.h"
+#include "../lib/crypto/crypto.h"
 
 struct torture_context;
 
index 6b0af9ee8350ee1306c2c442dfca877e45dded22..53d4fe388396417dddba4aa56085dc7afaab93da 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 #include "includes.h"
-#include "lib/crypto/crypto.h"
+#include "../lib/crypto/crypto.h"
 
 /***********************************************************************
  the rfc 2104/2202 version of hmac_sha256 initialisation.
index 5e0451973c8e07ca1f0eb44f10a0d77dbc88798f..dddf9e61a011707bbb3d9102fffffbcae8d429ed 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #include "includes.h"
-#include "lib/crypto/crypto.h"
+#include "../lib/crypto/crypto.h"
 
 struct torture_context;
 
index 702e0fcf416c3ed36df36cc6e3e1d9179796398d..1244dca75377e3a79155d447cf67068227a80c48 100644 (file)
@@ -18,7 +18,7 @@
 */
 
 #include "includes.h"
-#include "lib/crypto/crypto.h"
+#include "../lib/crypto/crypto.h"
 
 struct torture_context;