christos
04dc679937
Adjust to openssl 1.1
2018-02-05 00:43:06 +00:00
jmmv
d1a11f39cd
Fix build by making split return a size_t:
...
src/lib/libradius/radlib.c(1053): warning: conversion from 'unsigned long'
to 'int' may lose accuracy [132]
2009-01-19 09:43:11 +00:00
lukem
b5c21fe2ab
fix -Wsign-compare issues
2009-01-19 07:21:59 +00:00
christos
6ce0a263c4
no point in using alloca here.
2006-11-09 17:02:52 +00:00
christos
85fdc9d1a1
add more casts.
2005-11-25 23:20:00 +00:00
christos
c1cfec6562
Adjust to the new openssl build; bump version. Also if we are compiling
...
with SSL, link against libcrypto to pick up the proper versions of the
symbols needed.
2005-11-25 21:07:11 +00:00
christos
99ab3bdfc8
Fix compilation both with and without SSL. The buffer argument is different
...
type, not just the length.
2005-03-31 14:29:32 +00:00
he
733ba3e3bd
GCC 2.95.3 doesn't like macros to be called with no argument when
...
the definition has an argument. Cheesily add a 0 argument to the
srandomdev() invocation (which gets defined as null on NetBSD).
Restores our vax port to a buildable state.
2005-03-16 10:34:25 +00:00
he
738be40c8f
Make conversions from unsigned long to int explicit via casts,
...
rather than imiplicit, which causes lint heart burn ("conversion
from 'unsigned long' to 'int' may lose accuracy).
2005-02-20 23:59:31 +00:00
christos
595789382e
Fix lint on 64 bit machines.
2005-02-20 17:06:16 +00:00
christos
476ca6e1f0
Pass lint and WARNS=3
2005-02-20 00:28:20 +00:00
manu
8809553739
Import FreeBSD's libradius as of 2005/02/20, plus minor tweaks to build
...
o nNetBSD and a Makefile for NetBSD.
2005-02-19 23:56:30 +00:00