summaryrefslogtreecommitdiff
path: root/lib/libradius/radlib.c
AgeCommit message (Collapse)Author
2018-02-05Adjust to openssl 1.1christos
2009-01-19Fix build by making split return a size_t:jmmv
src/lib/libradius/radlib.c(1053): warning: conversion from 'unsigned long' to 'int' may lose accuracy [132]
2009-01-19fix -Wsign-compare issueslukem
2006-11-09no point in using alloca here.christos
2005-11-25add more casts.christos
2005-11-25Adjust to the new openssl build; bump version. Also if we are compilingchristos
with SSL, link against libcrypto to pick up the proper versions of the symbols needed.
2005-03-31Fix compilation both with and without SSL. The buffer argument is differentchristos
type, not just the length.
2005-03-16GCC 2.95.3 doesn't like macros to be called with no argument whenhe
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-02-20Make conversions from unsigned long to int explicit via casts,he
rather than imiplicit, which causes lint heart burn ("conversion from 'unsigned long' to 'int' may lose accuracy).
2005-02-20Fix lint on 64 bit machines.christos
2005-02-20Pass lint and WARNS=3christos
2005-02-19Import FreeBSD's libradius as of 2005/02/20, plus minor tweaks to buildmanu
o nNetBSD and a Makefile for NetBSD.