mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 06:50:02 -04:00
update copyright notice / whitespace
This commit is contained in:
parent
76af83c9ad
commit
e356a7622a
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue