summaryrefslogtreecommitdiffstats
path: root/providers/fips/self_test.h
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-09-07 03:58:48 +0200
committerPauli <paul.dale@oracle.com>2020-09-12 08:46:20 +0200
commit6cf37302677a87539fd017e3466813510ce51023 (patch)
tree144556143a1a4ce6654b296b23c4840a4e9892d6 /providers/fips/self_test.h
parentprovider: add an 'is_running' call to all providers. (diff)
downloadopenssl-6cf37302677a87539fd017e3466813510ce51023.tar.xz
openssl-6cf37302677a87539fd017e3466813510ce51023.zip
FIPS: rename the status call to is_running.
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12801)
Diffstat (limited to '')
-rw-r--r--providers/fips/self_test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/providers/fips/self_test.h b/providers/fips/self_test.h
index f40788581c..20f8a12472 100644
--- a/providers/fips/self_test.h
+++ b/providers/fips/self_test.h
@@ -34,4 +34,3 @@ typedef struct self_test_post_params_st {
int SELF_TEST_post(SELF_TEST_POST_PARAMS *st, int on_demand_test);
int SELF_TEST_kats(OSSL_SELF_TEST *event, OPENSSL_CTX *libctx);
-unsigned int FIPS_is_running(void);