Removed from AC some stuff

db - support
conf_sslcipher
This commit is contained in:
Tobias Herre~tobias
2022-07-31 20:21:13 +02:00
parent 809d6d1d2f
commit 8ec8df566a
7 changed files with 12 additions and 927 deletions

View File

@ -275,16 +275,6 @@ return 0;
/* Initialize the database */
if (!db_init())
goto errX;
/* Start the database */
if (!db_start())
goto errX;
db_ping();
/* Init DTLS library */
dtls_init();