Linux Foundation Collaborative Projects
index
:
aaf/sshsm
2.0.0-ONAP
beijing
casablanca
dublin
elalto
master
A repository for softhsm modifications and hardware security plugin.
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
SoftHSMv2
/
modules
/
tests
/
test_openssl_fips.c
blob: 51e75cdd7e53159c5f118e30dc53cb3305b6302b (
plain
)
1
2
3
4
5
#include
<openssl/crypto.h>
int
main
()
{
return
!
FIPS_mode_set
(
1
);
}