diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-04-03 15:40:24 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-04-03 16:33:04 +0200 |
commit | 09289c073c1239f17dfcbc030310b1ed2a210328 (patch) | |
tree | 7315c9fc5b7f81bfa984e32eed4698850cee2972 /source4/torture | |
parent | 32296a2c3653ef1a1fe2ef0e4939be421d1ee7a0 (diff) | |
download | samba-09289c073c1239f17dfcbc030310b1ed2a210328.tar.gz samba-09289c073c1239f17dfcbc030310b1ed2a210328.tar.bz2 samba-09289c073c1239f17dfcbc030310b1ed2a210328.zip |
use system heimdal headers if possible, fix missing dependencies on hx509 and krb5 libraries.
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/backupkey.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/torture/rpc/backupkey.c b/source4/torture/rpc/backupkey.c index 0f389462e1..a18d7a16c1 100644 --- a/source4/torture/rpc/backupkey.c +++ b/source4/torture/rpc/backupkey.c @@ -25,7 +25,11 @@ #include "librpc/gen_ndr/ndr_lsa_c.h" #include "torture/rpc/torture_rpc.h" #include "lib/cmdline/popt_common.h" -#include "heimdal/lib/hx509/hx_locl.h" +#include <hcrypto/sha.h> +#include <system/network.h> +#include <hx509.h> +#include <der.h> + /* Our very special and valued secret */ /* No need to put const as we cast the array in uint8_t |