From 16201a68c71bc63e28cdd72623a05b5c656cbc65 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Sat, 16 Jun 2018 16:23:42 -0700 Subject: [PATCH] Undo inadvertent delete --- src/crypto/verus_hash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/verus_hash.h b/src/crypto/verus_hash.h index 9b2c79b86..d58827519 100644 --- a/src/crypto/verus_hash.h +++ b/src/crypto/verus_hash.h @@ -94,6 +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;