summaryrefslogtreecommitdiff
path: root/lib/utils_fips.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils_fips.h')
-rw-r--r--lib/utils_fips.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/utils_fips.h b/lib/utils_fips.h
index 63765c4..d4d2239 100644
--- a/lib/utils_fips.h
+++ b/lib/utils_fips.h
@@ -1,7 +1,7 @@
/*
* FIPS mode utilities
*
- * Copyright (C) 2011-2015, Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2011-2012, Red Hat, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -21,6 +21,10 @@
#ifndef _UTILS_FIPS_H
#define _UTILS_FIPS_H
+struct crypt_device;
+
int crypt_fips_mode(void);
+void crypt_fips_libcryptsetup_check(struct crypt_device *cd);
+void crypt_fips_self_check(struct crypt_device *cd);
#endif /* _UTILS_FIPS_H */