1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-04 20:47:09 +02:00

pass context to the logging function

This commit is contained in:
kakwa 2016-08-24 23:03:49 +02:00
parent c982c6b405
commit eaf1d51b1c
7 changed files with 24 additions and 25 deletions

View file

@ -3,7 +3,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include "utils.h"
#include <sys/syslog.h>
#include <openssl/bio.h>
#include <openssl/err.h>