mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:29:59 -04:00
missing semicolon
This commit is contained in:
parent
ff69a0423e
commit
01b507f4b4
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ opensslgost_parse(dst_key_t *key, isc_lex_t *lexer, dst_key_t *pub) {
|
|||
key->key_size = pub->key_size;
|
||||
dst__privstruct_free(&priv, mctx);
|
||||
memset(&priv, 0, sizeof(priv));
|
||||
return (ISC_R_SUCCESS)
|
||||
return (ISC_R_SUCCESS);
|
||||
}
|
||||
|
||||
INSIST(priv.elements[0].tag == TAG_GOST_PRIVASN1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue