aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-01-02 08:56:41 +0100
committerFabian Groffen <grobian@gentoo.org>2024-01-02 08:56:41 +0100
commit45d114a4178365ac70c30312ff2f4f47d3a66108 (patch)
treebfc2ae09f9370f2b99572cf191a53d08948faca0 /tests
parentbuildsys: no longer use OpenSSL for hash implementations (diff)
downloadportage-utils-45d114a4178365ac70c30312ff2f4f47d3a66108.tar.gz
portage-utils-45d114a4178365ac70c30312ff2f4f47d3a66108.tar.bz2
portage-utils-45d114a4178365ac70c30312ff2f4f47d3a66108.zip
buildsys: regen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.in11
-rw-r--r--tests/atom_compare/Makefile.in11
-rw-r--r--tests/atom_explode/Makefile.in11
-rw-r--r--tests/copy_file/Makefile.in11
-rw-r--r--tests/install/Makefile.in11
-rw-r--r--tests/mkdir/Makefile.in11
-rw-r--r--tests/profile/Makefile.in11
-rw-r--r--tests/qatom/Makefile.in11
-rw-r--r--tests/qcheck/Makefile.in11
-rw-r--r--tests/qdepends/Makefile.in11
-rw-r--r--tests/qfile/Makefile.in11
-rw-r--r--tests/qlist/Makefile.in11
-rw-r--r--tests/qlop/Makefile.in11
-rw-r--r--tests/qmanifest/Makefile.in11
-rw-r--r--tests/qmerge/Makefile.in11
-rw-r--r--tests/qtbz2/Makefile.in11
-rw-r--r--tests/quse/Makefile.in11
-rw-r--r--tests/qxpak/Makefile.in11
-rw-r--r--tests/rmspace/Makefile.in11
-rw-r--r--tests/source/Makefile.in11
20 files changed, 180 insertions, 40 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 666f014..fae46b1 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -98,6 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -145,6 +146,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -167,6 +169,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -200,11 +203,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -353,6 +360,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1206,11 +1214,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/atom_compare/Makefile.in b/tests/atom_compare/Makefile.in
index 3f4f243..9595387 100644
--- a/tests/atom_compare/Makefile.in
+++ b/tests/atom_compare/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/atom_explode/Makefile.in b/tests/atom_explode/Makefile.in
index 9d0d883..b52fcf5 100644
--- a/tests/atom_explode/Makefile.in
+++ b/tests/atom_explode/Makefile.in
@@ -98,6 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -145,6 +146,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -167,6 +169,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -200,11 +203,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -336,6 +343,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1189,11 +1197,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/copy_file/Makefile.in b/tests/copy_file/Makefile.in
index c2dd0d4..87f2d9d 100644
--- a/tests/copy_file/Makefile.in
+++ b/tests/copy_file/Makefile.in
@@ -98,6 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -145,6 +146,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -167,6 +169,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -200,11 +203,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -337,6 +344,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1190,11 +1198,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index e3dc2d2..471bc16 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in
index 15a8c66..e81f969 100644
--- a/tests/mkdir/Makefile.in
+++ b/tests/mkdir/Makefile.in
@@ -98,6 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -145,6 +146,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -167,6 +169,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -200,11 +203,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -336,6 +343,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1189,11 +1197,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/profile/Makefile.in b/tests/profile/Makefile.in
index e2aac9f..4073580 100644
--- a/tests/profile/Makefile.in
+++ b/tests/profile/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/qatom/Makefile.in b/tests/qatom/Makefile.in
index 47e4339..ac80922 100644
--- a/tests/qatom/Makefile.in
+++ b/tests/qatom/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/qcheck/Makefile.in b/tests/qcheck/Makefile.in
index 1149fab..ca9cb90 100644
--- a/tests/qcheck/Makefile.in
+++ b/tests/qcheck/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/qdepends/Makefile.in b/tests/qdepends/Makefile.in
index 6913a9b..f65fd79 100644
--- a/tests/qdepends/Makefile.in
+++ b/tests/qdepends/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/qfile/Makefile.in b/tests/qfile/Makefile.in
index c7e8f5f..c5bb182 100644
--- a/tests/qfile/Makefile.in
+++ b/tests/qfile/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/qlist/Makefile.in b/tests/qlist/Makefile.in
index 42365d0..6557f8f 100644
--- a/tests/qlist/Makefile.in
+++ b/tests/qlist/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/qlop/Makefile.in b/tests/qlop/Makefile.in
index 0305cd9..d0b49e5 100644
--- a/tests/qlop/Makefile.in
+++ b/tests/qlop/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/qmanifest/Makefile.in b/tests/qmanifest/Makefile.in
index 551129a..4ad0f43 100644
--- a/tests/qmanifest/Makefile.in
+++ b/tests/qmanifest/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/qmerge/Makefile.in b/tests/qmerge/Makefile.in
index 7bb020c..bcba384 100644
--- a/tests/qmerge/Makefile.in
+++ b/tests/qmerge/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/qtbz2/Makefile.in b/tests/qtbz2/Makefile.in
index ad2689b..c78c834 100644
--- a/tests/qtbz2/Makefile.in
+++ b/tests/qtbz2/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/quse/Makefile.in b/tests/quse/Makefile.in
index b449a19..ede1737 100644
--- a/tests/quse/Makefile.in
+++ b/tests/quse/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/qxpak/Makefile.in b/tests/qxpak/Makefile.in
index 1996e37..2f329e7 100644
--- a/tests/qxpak/Makefile.in
+++ b/tests/qxpak/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/rmspace/Makefile.in b/tests/rmspace/Makefile.in
index 3d8a9f9..5e1552b 100644
--- a/tests/rmspace/Makefile.in
+++ b/tests/rmspace/Makefile.in
@@ -98,6 +98,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -145,6 +146,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -167,6 +169,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -200,11 +203,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -336,6 +343,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1189,11 +1197,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@
diff --git a/tests/source/Makefile.in b/tests/source/Makefile.in
index 9c8220c..40a7663 100644
--- a/tests/source/Makefile.in
+++ b/tests/source/Makefile.in
@@ -97,6 +97,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/alloca.m4 \
$(top_srcdir)/autotools/m4/assert_h.m4 \
$(top_srcdir)/autotools/m4/builtin-expect.m4 \
+ $(top_srcdir)/autotools/m4/byteswap.m4 \
$(top_srcdir)/autotools/m4/c-bool.m4 \
$(top_srcdir)/autotools/m4/calloc.m4 \
$(top_srcdir)/autotools/m4/canonicalize.m4 \
@@ -144,6 +145,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/getprogname.m4 \
$(top_srcdir)/autotools/m4/gettime.m4 \
$(top_srcdir)/autotools/m4/gettimeofday.m4 \
+ $(top_srcdir)/autotools/m4/gl-openssl.m4 \
$(top_srcdir)/autotools/m4/gnulib-common.m4 \
$(top_srcdir)/autotools/m4/gnulib-comp.m4 \
$(top_srcdir)/autotools/m4/group-member.m4 \
@@ -166,6 +168,7 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/math_h.m4 \
$(top_srcdir)/autotools/m4/mbrtowc.m4 \
$(top_srcdir)/autotools/m4/mbstate_t.m4 \
+ $(top_srcdir)/autotools/m4/md5.m4 \
$(top_srcdir)/autotools/m4/memchr.m4 \
$(top_srcdir)/autotools/m4/mempcpy.m4 \
$(top_srcdir)/autotools/m4/memrchr.m4 \
@@ -199,11 +202,15 @@ am__aclocal_m4_deps = $(top_srcdir)/autotools/m4/00gnulib.m4 \
$(top_srcdir)/autotools/m4/renameat.m4 \
$(top_srcdir)/autotools/m4/rmdir.m4 \
$(top_srcdir)/autotools/m4/save-cwd.m4 \
+ $(top_srcdir)/autotools/m4/sha1.m4 \
+ $(top_srcdir)/autotools/m4/sha256.m4 \
+ $(top_srcdir)/autotools/m4/sha512.m4 \
$(top_srcdir)/autotools/m4/signbit.m4 \
$(top_srcdir)/autotools/m4/size_max.m4 \
$(top_srcdir)/autotools/m4/ssize_t.m4 \
$(top_srcdir)/autotools/m4/stat-time.m4 \
$(top_srcdir)/autotools/m4/stat.m4 \
+ $(top_srcdir)/autotools/m4/stdalign.m4 \
$(top_srcdir)/autotools/m4/stddef_h.m4 \
$(top_srcdir)/autotools/m4/stdint.m4 \
$(top_srcdir)/autotools/m4/stdint_h.m4 \
@@ -292,6 +299,7 @@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
+BYTESWAP_H = @BYTESWAP_H@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
@@ -1145,11 +1153,10 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
-LIBSSL_CFLAGS = @LIBSSL_CFLAGS@
-LIBSSL_LIBS = @LIBSSL_LIBS@
LIBZ_CFLAGS = @LIBZ_CFLAGS@
LIBZ_LIBS = @LIBZ_LIBS@
LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
+LIB_CRYPTO = @LIB_CRYPTO@
LIB_EACCESS = @LIB_EACCESS@
LIMITS_H = @LIMITS_H@
LN_S = @LN_S@