Remove fipscanister from Configure, delete fips directory
[openssl.git] / fips / tools / README
diff --git a/fips/tools/README b/fips/tools/README
deleted file mode 100644 (file)
index ad5ef22..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-FIPS tools explained
-====================
-
-api_list.pl
-    a script to produce an API description, saying what parameters are
-    for input, output or both.
-
-    Most often, the direction of a parameter is determined automatically.
-    However, quite a number of them are educated guesses.  Either way,
-    the information is stored in the file declarations.dat in this
-    directory, and can be manually corrected; simply go through
-    declarations.dat, look for any value with the key 'direction'
-    where the value contains a question mark.  Those should be changed
-    to whatever is true, and the values should be one of the
-    following:
-
-       <-      output
-       ->      input
-       <->     both
-
-api_fns.pm
-    a module that helps api_list.pl do its job.
-
-declarations.dat
-    a file of information about public fips symbols.  See api_list.pl
-    above.