diff --git a/Makefile.am b/Makefile.am index ae7c239..150c058 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,6 @@ lib_LTLIBRARIES = libvdeplug_agno.la man_MANS = libvdeplug_agno.1 libvdeplug_agno_la_SOURCES = libvdeplug_agno.c -libvdeplug_agno_la_LIBADD = -lvdeplug_mod -lssl -lcrypto +libvdeplug_agno_la_LIBADD = -lvdeplug_mod -lwolfssl libvdeplug_agno_la_LDFLAGS = -module -avoid-version diff --git a/README.md b/README.md index e1591e2..8263669 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # vdeplug\_agno -This is a libvdeplug plugin module to add encryption to a vde connection. It is based on the openssl library. +This is a libvdeplug plugin module to add encryption to a vde connection. It is based on the [wolfSSL library](https://github.com/wolfSSL/wolfSSL). This module of libvdeplug4 can be used in any program supporting VDE like vde\_plug, kvm, qemu, user-mode-linux and virtualbox. ## install vdeplug\_agno -Requirements: [vdeplug4](https://github.com/rd235/vdeplug4) and openssl. +Requirements: [vdeplug4](https://github.com/rd235/vdeplug4) and wolfssl. vdeplug\_agno uses the auto-tools, so the standard procedure to build and install this vdeplug plugin module is the following: ``` diff --git a/libvdeplug_agno.c b/libvdeplug_agno.c index 3c8a6fb..d83a542 100644 --- a/libvdeplug_agno.c +++ b/libvdeplug_agno.c @@ -33,8 +33,9 @@ #include #include #include -#include -#include +#include +#include +#include #include #include