summaryrefslogtreecommitdiff
path: root/src/ne_md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ne_md5.h')
-rw-r--r--src/ne_md5.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ne_md5.h b/src/ne_md5.h
index 9a625bc..cb850bf 100644
--- a/src/ne_md5.h
+++ b/src/ne_md5.h
@@ -34,7 +34,9 @@ NE_BEGIN_DECLS
*/
struct ne_md5_ctx;
-/* Create structure containing state of computation. */
+/* Create structure containing state of computation. Can return NULL
+ * if the MD5 algorithm is prohibited (such as FIPS-enabled
+ * systems). */
extern struct ne_md5_ctx *ne_md5_create_ctx(void);
/* Starting with the result of former calls of this function (or the