summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util/crypto/sss_crypto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/crypto/sss_crypto.h b/src/util/crypto/sss_crypto.h
index 8c7a88317..f8778cdbb 100644
--- a/src/util/crypto/sss_crypto.h
+++ b/src/util/crypto/sss_crypto.h
@@ -18,6 +18,9 @@
#ifndef _SSS_CRYPTO_H_
#define _SSS_CRYPTO_H_
+#include <talloc.h>
+#include <stdint.h>
+
int generate_csprng_buffer(uint8_t *buf, size_t size);
int s3crypt_sha512(TALLOC_CTX *mmectx,