summaryrefslogtreecommitdiff
path: root/validate.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-27 02:54:26 -0500
committerGitHub <noreply@github.com>2018-11-27 02:54:26 -0500
commit3db34abf2f9ec9c25b1140955fced60c8d40394c (patch)
tree96fb730bea5aeb85c6040c367fb5a5c800c4585b /validate.h
parent1966d13617b30e63068b056be90c75f37e549339 (diff)
downloadcryptopp-git-3db34abf2f9ec9c25b1140955fced60c8d40394c.tar.gz
Add Power9 Random Number Generator support (GH #747, PR #748)
Diffstat (limited to 'validate.h')
-rw-r--r--validate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/validate.h b/validate.h
index 1e2beaf4..f892ca8b 100644
--- a/validate.h
+++ b/validate.h
@@ -33,6 +33,9 @@ bool TestRDRAND();
bool TestRDSEED();
bool TestPadlockRNG();
#endif
+#if (CRYPTOPP_BOOL_PPC32 || CRYPTOPP_BOOL_PPC64)
+bool TestDARN();
+#endif
bool ValidateBaseCode();
bool ValidateEncoder();
bool ValidateCRC32();