diff options
| author | 2020-01-09 13:52:22 +0000 | |
|---|---|---|
| committer | 2020-01-09 13:52:22 +0000 | |
| commit | 2ae186b371b3c4311a5ce886578bf6c39ccbf467 (patch) | |
| tree | 9461ddc38b73a3dda913f3d2d50ceb2f2c2287b1 /usr.sbin/bind/bin/dig/dig.c | |
| parent | unifdef printf and string functions: (diff) | |
| download | wireguard-openbsd-2ae186b371b3c4311a5ce886578bf6c39ccbf467.tar.xz wireguard-openbsd-2ae186b371b3c4311a5ce886578bf6c39ccbf467.zip | |
unifdef pkcs11:
#undef USE_PKCS11
#undef PKCS11_TOOLS
#undef PKCS11CRYPTO
#undef HAVE_PKCS11_GOST
#undef HAVE_PKCS11_ECDSA
#undef HAVE_PKCS11_ED25519
#undef HAVE_PKCS11_ED448
#define PK11_DH_DISABLE
#define PK11_DSA_DISABLE
#define PK11_FLAVOR
#define PK11_MD5_DISABLE
#undef PK11_SOFTHSMV2_FLAVOR
prodding deraadt@
Diffstat (limited to 'usr.sbin/bind/bin/dig/dig.c')
| -rw-r--r-- | usr.sbin/bind/bin/dig/dig.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/bind/bin/dig/dig.c b/usr.sbin/bind/bin/dig/dig.c index c1cdc962be9..6395b5176b5 100644 --- a/usr.sbin/bind/bin/dig/dig.c +++ b/usr.sbin/bind/bin/dig/dig.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.31 2020/01/09 13:47:12 florian Exp $ */ +/* $Id: dig.c,v 1.32 2020/01/09 13:52:22 florian Exp $ */ /*! \file */ @@ -33,7 +33,7 @@ #include <isc/task.h> #include <isc/util.h> -#include <pk11/site.h> + #include <dns/byaddr.h> #include <dns/fixedname.h> @@ -1614,11 +1614,7 @@ dash_option(char *option, char *next, dig_lookup_t **lookup, ptr = ptr2; ptr2 = ptr3; } else { -#ifndef PK11_MD5_DISABLE - hmacname = DNS_TSIG_HMACMD5_NAME; -#else hmacname = DNS_TSIG_HMACSHA256_NAME; -#endif digestbits = 0; } strlcpy(keynametext, ptr, sizeof(keynametext)); |
