Browse Source

Undo the changes

pull/4/head
David Dawes 6 years ago
committed by GitHub
parent
commit
4b054f2494
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/crypto/verus_hash.h

2
src/crypto/verus_hash.h

@ -94,7 +94,7 @@ extern void verus_hash(void *result, const void *data, size_t len);
inline bool IsCPUVerusOptimized()
{
unsigned int eax,ebx,ecx,edx;
if (!__get_cpuid(1,&eax,&ebx,&ecx,&edx))
{
return false;

Loading…
Cancel
Save