summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/random/random_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/plugins/random/random_plugin.h')
-rw-r--r--src/libstrongswan/plugins/random/random_plugin.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libstrongswan/plugins/random/random_plugin.h b/src/libstrongswan/plugins/random/random_plugin.h
index 7e22c3e5f..c34fa8196 100644
--- a/src/libstrongswan/plugins/random/random_plugin.h
+++ b/src/libstrongswan/plugins/random/random_plugin.h
@@ -39,4 +39,14 @@ struct random_plugin_t {
plugin_t plugin;
};
+/**
+ * Get the /dev/random file descriptor
+ */
+int random_plugin_get_dev_random();
+
+/**
+ * Get the /dev/urandom file descriptor
+ */
+int random_plugin_get_dev_urandom();
+
#endif /** RANDOM_PLUGIN_H_ @}*/