aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/c_src/evp.h')
-rw-r--r--lib/crypto/c_src/evp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/crypto/c_src/evp.h b/lib/crypto/c_src/evp.h
new file mode 100644
index 0000000000..e216ec7762
--- /dev/null
+++ b/lib/crypto/c_src/evp.h
@@ -0,0 +1,9 @@
+#ifndef E_EVP_H__
+#define E_EVP_H__ 1
+
+#include "common.h"
+
+ERL_NIF_TERM evp_compute_key_nif(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[]);
+ERL_NIF_TERM evp_generate_key_nif(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[]);
+
+#endif /* E_EVP_H__ */