aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-05-18 18:34:40 +0000
committerlloyd <[email protected]>2012-05-18 18:34:40 +0000
commitd76700f01c7ecac5633edf75f8d7408b46c5dbac (patch)
treea1264f4238d58ca774812acbac8d4beffd49e449 /src/utils
parentab5c922f0e2635dc0e45fc757b27be9f28986acb (diff)
parente0070253386bfd39b2a782c66ccf0caf9ce87ca2 (diff)
propagate from branch 'net.randombit.botan' (head 6332543aa5a8a4cc13662008ff9ac0f0016d9a4d)
to branch 'net.randombit.botan.cxx11' (head 5517c9f8f6d1990f269afb94f569a97a80c5a5f4)
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/cpuid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/cpuid.h b/src/utils/cpuid.h
index ad85ac4fe..cdc6417ec 100644
--- a/src/utils/cpuid.h
+++ b/src/utils/cpuid.h
@@ -103,7 +103,7 @@ class BOTAN_DLL CPUID
CPUID_MOVBE_BIT = 54,
CPUID_AESNI_BIT = 57,
CPUID_AVX_BIT = 60,
- CPUID_RDRAND_BIT = 61
+ CPUID_RDRAND_BIT = 62
};
static bool x86_processor_flags_has(u64bit bit)