From 5d22d6242694b003694ea5130be2383761880551 Mon Sep 17 00:00:00 2001
From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net>
Date: Wed, 20 Nov 2019 18:30:30 +0700
Subject: [PATCH] [*] libdap-chain-crypto -> libdap-crypto

---
 dap_chain_net_srv_vpn_cdb_server_list.c | 2 +-
 dap_chain_net_srv_vpn_cdb_server_list.h | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dap_chain_net_srv_vpn_cdb_server_list.c b/dap_chain_net_srv_vpn_cdb_server_list.c
index 8152b69..cf4dda1 100644
--- a/dap_chain_net_srv_vpn_cdb_server_list.c
+++ b/dap_chain_net_srv_vpn_cdb_server_list.c
@@ -59,7 +59,7 @@ static void s_http_simple_proc(dap_http_simple_t *a_http_simple, void *a_arg);
 int dap_chain_net_srv_vpn_cdb_server_list_init()
 {
     char **l_cdb_networks;
-    size_t l_cdb_networks_count = 0;
+    uint16_t l_cdb_networks_count = 0;
     log_it(L_NOTICE,"Initialized Server List Module");
     l_cdb_networks = dap_config_get_array_str( g_config, "cdb", "networks", &l_cdb_networks_count );
 
diff --git a/dap_chain_net_srv_vpn_cdb_server_list.h b/dap_chain_net_srv_vpn_cdb_server_list.h
index ed45ed3..6aaacc9 100644
--- a/dap_chain_net_srv_vpn_cdb_server_list.h
+++ b/dap_chain_net_srv_vpn_cdb_server_list.h
@@ -8,20 +8,20 @@
  * Copyright  (c) 2017-2019
  * All rights reserved.
 
- This file is part of DAP (Deus Applications Prototypes) the open source project
+ This file is part of CellFrame SDK the open source project
 
-    DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify
+    CellFrame SDK is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation, either version 3 of the License, or
     (at your option) any later version.
 
-    DAP is distributed in the hope that it will be useful,
+    CellFrame SDK is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with any DAP based project.  If not, see <http://www.gnu.org/licenses/>.
+    along with any CellFrame SDK based project.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #pragma once
-- 
GitLab