aboutsummaryrefslogtreecommitdiff
path: root/src/lib/third_party/include
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-03-02 14:11:36 +0100
committerToni Uhlig <matzeton@googlemail.com>2022-03-02 18:27:38 +0100
commit5ae637afdee78946d12c798b55a116565c8130aa (patch)
tree48fcb8f33a2baae9017627e1b4d5c2d165f040ab /src/lib/third_party/include
parente8559a4127a75993655a75e0595c76378873ae51 (diff)
Drop support for non-gcrypt builds.remove/builds-without-gcrypt-support
* As there is now a builtin, lightweight libgcrypt there is no need to disable tls-clho decryption. * It is still possible to use a host libgcrypt with `--with-local-libgcrypt'. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/lib/third_party/include')
-rw-r--r--src/lib/third_party/include/gcrypt_light.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/third_party/include/gcrypt_light.h b/src/lib/third_party/include/gcrypt_light.h
index de77c8e38..5edacd6c6 100644
--- a/src/lib/third_party/include/gcrypt_light.h
+++ b/src/lib/third_party/include/gcrypt_light.h
@@ -2,8 +2,6 @@
#ifndef GCRY_LIGHT_H
#define GCRY_LIGHT_H
-#define LIBGCRYPT_INTERNAL
-
#define HMAC_SHA256_DIGEST_SIZE 32 /* Same as SHA-256's output size. */
#define SHA256_DIGEST_SIZE 32
#define GCRY_MD_BUFF_SIZE 256