aboutsummaryrefslogtreecommitdiffstats
path: root/include/fips140.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fips140.h')
-rw-r--r--include/fips140.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/fips140.h b/include/fips140.h
deleted file mode 100644
index b0cae081e..000000000
--- a/include/fips140.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*************************************************
-* FIPS 140 Header File *
-* (C) 1999-2007 Jack Lloyd *
-*************************************************/
-
-#ifndef BOTAN_FIPS140_H__
-#define BOTAN_FIPS140_H__
-
-#include <botan/base.h>
-
-namespace Botan {
-
-namespace FIPS140 {
-
-/*************************************************
-* FIPS 140-2 Self Tests *
-*************************************************/
-bool passes_self_tests();
-
-}
-
-}
-
-#endif