Loading sll/trunk/cypher.cc +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ string Cypher::sha1_64(const char *data, size_t size) { BIO_get_mem_ptr(b64, &bptr); if (bptr->length > 0) ret.insert(0, bptr->data, bptr->length); ret.insert(0, bptr->data, bptr->length - 1); else throw Error(ERR_CYPHER, "Unable to compute sha1_64"); Loading Loading
sll/trunk/cypher.cc +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ string Cypher::sha1_64(const char *data, size_t size) { BIO_get_mem_ptr(b64, &bptr); if (bptr->length > 0) ret.insert(0, bptr->data, bptr->length); ret.insert(0, bptr->data, bptr->length - 1); else throw Error(ERR_CYPHER, "Unable to compute sha1_64"); Loading