diff options
author | Steven Barth <steven@midlink.org> | 2009-07-11 08:06:47 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-07-11 08:06:47 +0000 |
commit | 0864f5f88b45f896808b191c3409063582606477 (patch) | |
tree | 7893f251373b24d3a59923e8f9f114388cffe8a7 /libs/nixio/Makefile | |
parent | 72a0ee36b6d08510d378397e28dacb746df5f40a (diff) |
nixio: Mark axTLS as discouraged, fix changelog
Diffstat (limited to 'libs/nixio/Makefile')
-rw-r--r-- | libs/nixio/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libs/nixio/Makefile b/libs/nixio/Makefile index 044764e92..f70f75421 100644 --- a/libs/nixio/Makefile +++ b/libs/nixio/Makefile @@ -87,6 +87,18 @@ $(AXTLS_DIR)/.prepared: src/libaxtls.a: $(AXTLS_DIR)/.prepared $(MAKE) -C $(AXTLS_DIR) CC="$(CC)" CFLAGS="$(CFLAGS) $(EXTRA_CFLAGS) $(FPIC) -Wall -pedantic -I../config -I../ssl -I../crypto" LDFLAGS="$(LDFLAGS)" OS="$(OS)" clean all cp -p $(AXTLS_DIR)/_stage/libaxtls.a src + # ************************************************************************* + # + # + # + # *** WARNING *** + # The use of the axTLS cryptographical provider is discouraged! + # Please switch to either CyaSSL or OpenSSL. + # Support for axTLS might be removed in the near future. + # + # + # + #************************************************************************** clean: luaclean rm -f src/*.o src/*.so src/*.a src/*.dll |