hash2              44 lib/common/cib_secrets.c     char *hash2 = NULL;
hash2              46 lib/common/cib_secrets.c     hash2 = crm_md5sum(value);
hash2              47 lib/common/cib_secrets.c     crm_debug("hash: %s, calculated hash: %s", hash, hash2);
hash2              48 lib/common/cib_secrets.c     if (pcmk__str_eq(hash, hash2, pcmk__str_casei)) {
hash2              51 lib/common/cib_secrets.c     free(hash2);