aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-07-29 00:35:13 +0000
committerlloyd <[email protected]>2006-07-29 00:35:13 +0000
commit9570ccb3a19be0e0a8b33e72753831066b77e856 (patch)
tree4ff91a279967167d1d1a8403d83ce4295e658b42 /include
parent0a9ee0e122aed780e6da5428fe0f0a007c84b87b (diff)
Remove FIPS140::good_edc; it has never been used and probably will not
be in the forseeable future.
Diffstat (limited to 'include')
-rw-r--r--include/fips140.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fips140.h b/include/fips140.h
index 400b5c117..20f9dd9fa 100644
--- a/include/fips140.h
+++ b/include/fips140.h
@@ -16,7 +16,6 @@ namespace FIPS140 {
* FIPS 140-2 Self Tests *
*************************************************/
bool passes_self_tests();
-bool good_edc(const std::string&, const std::string&);
}