freeradius needs to be rebuilt to pick up the new OpenSSL sonames. I tried a naive bump'n'rebuild but it's failing with gcc 4.x due to some bad code: gcc -O2 -Wall -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -m32 -march=i386 -mtune=pentium4 -fpic -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5 -Wall -D_GNU_ SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wst rict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -I../include -DHOSTINFO=\"\" -DRADIUSD_VERSION=\"1.0 .1\" -c mainconfig.c mainconfig.c:66: error: static declaration of 'auth_port' follows non-static dec laration ../include/radiusd.h:280: error: previous declaration of 'auth_port' was here mainconfig.c:873: warning: no previous prototype for 'proxy_new_listener' gmake[4]: *** [mainconfig.o] Error 1 gmake[4]: Leaving directory `/usr/src/redhat/BUILD/freeradius-1.0.1/src/main'
Fixed in rawhide in rpm freeradius-1.0.2-1 or newer.