use defs from keys.h

FossilOrigin-Name: f306fbf02aa901f2f6429393bb6bcafaca8008a64c1ea414f00e8e838fe93bdb
This commit is contained in:
7u83@mail.ru
2018-03-15 19:20:19 +00:00
parent 15cca4e553
commit 5f8db1b8ea
4 changed files with 15 additions and 8 deletions

View File

@ -25,7 +25,8 @@ int cw_read_wtp_descriptor_7(mavl_t cfg, struct conn *conn,
struct cw_DescriptorSubelemDef *allowed)
{
int ncrypt, pos;
/* int ncrypt; //currentliy unused */
int pos;
char key[64];
sprintf(key,"%s/%s",eh->key, CW_SKEY_MAX_RADIOS);