aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/fips.h
blob: 60ffe396c4e3bc4eaaacb2701a0963ecf850a3ea (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef E_FIPS_H__
#define E_FIPS_H__ 1

#include "common.h"

ERL_NIF_TERM info_fips(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[]);
ERL_NIF_TERM enable_fips_mode(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[]);

#endif /* E_FIPS_H__ */