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/ntp_signd | |
parent | 1ca2e4b99fadac78fd9c58ea9ec9973f19659203 (diff) | |
download | samba-6925202bdee75d191bb5743659c53155ba1605ea.tar.gz |
Move source4/lib/crypto to lib/crypto.
Diffstat (limited to 'source4/ntp_signd')
-rw-r--r-- | source4/ntp_signd/ntp_signd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntp_signd/ntp_signd.c b/source4/ntp_signd/ntp_signd.c index c3a9a1c792d..575be1e97e8 100644 --- a/source4/ntp_signd/ntp_signd.c +++ b/source4/ntp_signd/ntp_signd.c @@ -34,7 +34,7 @@ #include "libcli/security/security.h" #include "lib/ldb/include/ldb.h" #include "lib/ldb/include/ldb_errors.h" -#include "lib/crypto/md5.h" +#include "../lib/crypto/md5.h" #include "system/passwd.h" /* |