aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/math/libnttfft/ntt_fft.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-07-25 12:17:49 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-07-29 12:36:15 +0200
commit7256c68da0b101f42d24f9ce525960b7bf09805f (patch)
treec431b93e3f6c62a828359fd7a44496a2e78a8e83 /src/libstrongswan/math/libnttfft/ntt_fft.h
parentd305f251a53520db97c899ba1c1f40e239fb68fa (diff)
downloadstrongswan-7256c68da0b101f42d24f9ce525960b7bf09805f.tar.bz2
strongswan-7256c68da0b101f42d24f9ce525960b7bf09805f.tar.xz
integrity-test: check code and ro segments of libnttfft
Diffstat (limited to 'src/libstrongswan/math/libnttfft/ntt_fft.h')
-rw-r--r--src/libstrongswan/math/libnttfft/ntt_fft.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/libstrongswan/math/libnttfft/ntt_fft.h b/src/libstrongswan/math/libnttfft/ntt_fft.h
index 0054a6c4e..6e135fe45 100644
--- a/src/libstrongswan/math/libnttfft/ntt_fft.h
+++ b/src/libstrongswan/math/libnttfft/ntt_fft.h
@@ -66,6 +66,12 @@ struct ntt_fft_t {
*
* @param params FFT parameters
*/
-ntt_fft_t *ntt_fft_create(ntt_fft_params_t *params);
+ntt_fft_t *ntt_fft_create(const ntt_fft_params_t *params);
+
+/**
+ * Dummy libnttfft initialization function needed for integrity test
+ */
+void libnttfft_init(void);
+
#endif /** NTT_FFT_H_ @}*/