diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 15:30:23 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-24 15:30:23 +0200 |
commit | 6925202bdee75d191bb5743659c53155ba1605ea (patch) | |
tree | 2a5c61b4ee46e66f637ebbe765b0eb8c07fbef0f /source4/torture/local | |
parent | 1ca2e4b99fadac78fd9c58ea9ec9973f19659203 (diff) | |
download | samba-6925202bdee75d191bb5743659c53155ba1605ea.tar.gz samba-6925202bdee75d191bb5743659c53155ba1605ea.tar.bz2 samba-6925202bdee75d191bb5743659c53155ba1605ea.zip |
Move source4/lib/crypto to lib/crypto.
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index bf53df4a11..fdefbbe131 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -23,7 +23,7 @@ #include "torture/ndr/ndr.h" #include "torture/ndr/proto.h" #include "torture/auth/proto.h" -#include "lib/crypto/test_proto.h" +#include "../lib/crypto/test_proto.h" #include "lib/registry/tests/proto.h" /* ignore me */ static struct torture_suite * |