added md5 and radius message handling functions and raised the version number to 0.7.0

This commit is contained in:
2017-08-28 14:22:02 +00:00
parent b0008974c3
commit 25e49a4526
55 changed files with 4594 additions and 286 deletions

16
qse/lib/cry/Makefile.am Normal file
View File

@ -0,0 +1,16 @@
AUTOMAKE_OPTIONS = nostdinc
AM_CPPFLAGS = \
-I$(top_builddir)/include \
-I$(top_srcdir)/include
#noinst_HEADERS =
lib_LTLIBRARIES = libqsecry.la
libqsecry_la_SOURCES = \
md5.c
libqsecry_la_CFLAGS =
libqsecry_la_LDFLAGS = -L../cmn -version-info 1:0:0 -no-undefined
libqsecry_la_LIBADD = -lqsecmn