]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Sun, 30 Oct 2016 23:46:10 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Sun, 30 Oct 2016 23:46:10 +0000 (23:46 +0000)
lib/dns/openssl_link.c
lib/dns/openssldh_link.c

index 58df04d7fc7b3e6eae4025020399122e2cc2a228..0527e7450563c9144b87752a41ed25da622c00fc 100644 (file)
@@ -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
index dec5b3cfa2c54d1038b4fe76600da2be03ff77a6..c08eeaf50d36839f798385d51830f973dbd00cec 100644 (file)
@@ -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) {