diff options
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 044764e92a..f70f75421c 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 |