mirror of
https://github.com/novatiq/packages.git
synced 2026-07-29 15:03:05 +01:00
radsecproxy: bump to 1.7.1
Version 1.7.1 brings compatibility with openssl 1.1.0. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
committed by
Toke Høiland-Jørgensen
parent
f1248985bb
commit
9364a3bac2
@@ -0,0 +1,11 @@
|
||||
--- a/debug.c
|
||||
+++ b/debug.c
|
||||
@@ -153,7 +153,7 @@ void debug_logit(uint8_t level, const ch
|
||||
|
||||
if (debug_tid) {
|
||||
tidbuf = malloc((3*sizeof(pthread_t)+5)+strlen(format));
|
||||
- sprintf(tidbuf, "(%ld) %s", pthread_self(), format);
|
||||
+ sprintf(tidbuf, "(%ld) %s", (long int)pthread_self(), format);
|
||||
format = tidbuf;
|
||||
} else
|
||||
tidbuf = NULL;
|
||||
Reference in New Issue
Block a user