repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6.git]
/
include
/
linux
/
fips.h
blob
f8fb07b0b6b824db4a3d088f2e00067f1a8d4f92
1
#ifndef _FIPS_H
2
#define _FIPS_H
3
4
#ifdef CONFIG_CRYPTO_FIPS
5
extern
int
fips_enabled
;
6
#else
7
#define fips_enabled 0
8
#endif
9
10
#endif