From: Tinderbox User Date: Sun, 30 Oct 2016 23:46:10 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.12.0a1~700 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3bd20c8dd4a8898ef5797429ad896ec1e0389104;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/lib/dns/openssl_link.c b/lib/dns/openssl_link.c index 58df04d7fc7..0527e745056 100644 --- a/lib/dns/openssl_link.c +++ b/lib/dns/openssl_link.c @@ -121,7 +121,7 @@ id_callback(void) { #if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) #define FLARG_PASS , __FILE__, __LINE__ -#define FLARG +#define FLARG #define FILELINE #else #define FLARG , const char *file, int line diff --git a/lib/dns/openssldh_link.c b/lib/dns/openssldh_link.c index dec5b3cfa2c..c08eeaf50d3 100644 --- a/lib/dns/openssldh_link.c +++ b/lib/dns/openssldh_link.c @@ -73,7 +73,7 @@ static BIGNUM *bn2, *bn768, *bn1024, *bn1536; * DH_get0_key, DH_set0_key, DH_get0_pqg and DH_set0_pqg * are from OpenSSL 1.1.0. */ -static void +static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) { if (pub_key != NULL) *pub_key = dh->pub_key; @@ -650,7 +650,7 @@ openssldh_parse(dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) { BIGNUM *bn; bn = BN_bin2bn(priv.elements[i].data, priv.elements[i].length, NULL); - if (bn == NULL) + if (bn == NULL) DST_RET(ISC_R_NOMEMORY); switch (priv.elements[i].tag) {