Import wolfssl

This commit is contained in:
2016-03-01 22:49:12 +01:00
parent fdf009c023
commit 6288703488
638 changed files with 276962 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# vim:ft=automake
# All paths should be given relative to the root
if BUILD_EXAMPLES
noinst_PROGRAMS += examples/client/client
noinst_HEADERS += examples/client/client.h
examples_client_client_SOURCES = examples/client/client.c
examples_client_client_LDADD = src/libwolfssl.la
examples_client_client_DEPENDENCIES = src/libwolfssl.la
endif
EXTRA_DIST += examples/client/client.sln
EXTRA_DIST += examples/client/client-ntru.vcproj
EXTRA_DIST += examples/client/client.vcproj
EXTRA_DIST += examples/client/client.vcxproj
dist_example_DATA+= examples/client/client.c
DISTCLEANFILES+= examples/client/.libs/client