summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2012-06-11 16:12:20 +0100
committerAlasdair G Kergon <agk@redhat.com>2012-06-11 16:12:20 +0100
commit05fb5158635ef47f5c9083f2f4cc1871d0de1d0a (patch)
tree14cef27c14303e9e25342632404b75c1034ec254 /lib
parentd41ad502b8138a4cb7f9c1a3bfd9f85bd5b337e8 (diff)
downloadlvm2-05fb5158635ef47f5c9083f2f4cc1871d0de1d0a.tar.gz
lvm2-05fb5158635ef47f5c9083f2f4cc1871d0de1d0a.tar.xz
lvm2-05fb5158635ef47f5c9083f2f4cc1871d0de1d0a.zip
veritysetup: Remove code as now in cryptsetup.
The veritysetup code has moved to the cryptsetup package. http://code.google.com/p/cryptsetup/
Diffstat (limited to 'lib')
-rw-r--r--lib/misc/configure.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/misc/configure.h.in b/lib/misc/configure.h.in
index dc6a2608..6d904f2a 100644
--- a/lib/misc/configure.h.in
+++ b/lib/misc/configure.h.in
@@ -23,15 +23,6 @@
*/
#undef CRAY_STACKSEG_END
-/* Define to 1 if gcrpyt encryption is to be used. */
-#undef CRYPT_GCRYPT
-
-/* Define to 1 if nss encryption is to be used. */
-#undef CRYPT_NSS
-
-/* Define to 1 if OpenSSL encryption is to be used. */
-#undef CRYPT_OPENSSL
-
/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA