Commit b5f09f10 authored by Seblu's avatar Seblu
Browse files

No commit message

No commit message
parent c0378663
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");