Remove make_md5 declaraion from rigctl_parse.c

https://github.com/Hamlib/Hamlib/issues/813
pull/1022/head
Mike Black W9MDB 2022-04-15 17:41:49 -05:00
rodzic bf9125d3db
commit cd5f69fb96
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -67,6 +67,7 @@ extern int read_history();
#include "misc.h"
#include "iofunc.h"
#include "sprintflst.h"
#include "md5.h"
#include "rigctl_parse.h"
@ -4938,8 +4939,6 @@ declare_proto_rig(pause)
return (RIG_OK);
}
extern char *make_md5(char *password);
int rigctld_password_check(RIG *rig, const char *md5)
{
int retval = -RIG_EINVAL;