add INSIST to silence coverity

This commit is contained in:
Mark Andrews 2015-05-30 17:37:14 +10:00
parent 8c74b6a9a1
commit 03089dd420

View file

@ -1401,6 +1401,7 @@ opensslrsa_fromlabel(dst_key_t *key, const char *engine, const char *label,
if (tmpengine == NULL)
DST_RET(ISC_R_NOMEMORY);
colon = strchr(tmpengine, ':');
INSIST(colon != NULL);
*colon = '\0';
}
e = dst__openssl_getengine(engine);