--- lbbs/src/common.c 2025/12/01 11:28:03 1.51 +++ lbbs/src/common.c 2026/01/03 10:27:14 1.53 @@ -3,7 +3,7 @@ * common * - common definitions * - * Copyright (C) 2004-2025 Leaflet + * Copyright (C) 2004-2026 Leaflet */ #ifdef HAVE_CONFIG_H @@ -14,7 +14,7 @@ // Version const char APP_INFO[] = PACKAGE_STRING " build on " __DATE__ " " __TIME__; -const char COPYRIGHT_INFO[] = "Copyright (C) 2004-2025 Leaflet \n" +const char COPYRIGHT_INFO[] = "Copyright (C) 2004-2026 Leaflet \n" "This program comes with ABSOLUTELY NO WARRANTY.\n" "This is free software, and you are welcome to redistribute it \n" "under certain conditions; see the GNU General Public License \n" @@ -28,6 +28,7 @@ const char CONF_BWF[] = "conf/badwords.c const char CONF_TOP10_MENU[] = "var/bbs_top_menu.conf"; const char SSH_HOST_RSA_KEY_FILE[] = "conf/ssh_host_rsa_key"; const char SSH_HOST_ED25519_KEY_FILE[] = "conf/ssh_host_ed25519_key"; +const char SSH_HOST_ECDSA_KEY_FILE[] = "conf/ssh_host_ecdsa_key"; const char SSH_KNOWN_HOSTS_FILE[] = "var/known_hosts"; const char LOG_FILE_INFO[] = "log/bbsd.log";