From bf9125d3db5fa1498a98aa0391e66f9802d8280a Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Fri, 15 Apr 2022 17:23:26 -0500 Subject: [PATCH] Add make_md5 to md5.h https://github.com/Hamlib/Hamlib/issues/813 --- security/md5.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/md5.h b/security/md5.h index 1e0d90c04..d89e3fd87 100644 --- a/security/md5.h +++ b/security/md5.h @@ -28,6 +28,8 @@ #include #include +char *make_md5(char *pass); + typedef unsigned long MD5_u32plus; typedef struct {