This website works better with JavaScript.
Home
Help
Register
Sign In
leviathan
/
openssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Build fipscanister.o only by default. Utility build now needs
make build_tests
master
Dr. Stephen Henson
11 years ago
parent
6b0ac883d0
commit
0a7fcce8df
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.fips
+4
-0
README.FIPS
+ 1
- 1
Makefile.fips
View File
@ -359,7 +359,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \
../crypto/uid.o
sub_all
:
build_all
build_all
:
build_libs
build_tests
build_all
:
build_libs
build_libs
:
build_crypto
build_fips
+ 4
- 0
README.FIPS
View File
@ -14,6 +14,10 @@ make
Build should complete without errors.
Build test utilities:
make build_tests
Run test suite:
test/fips_test_suite
Write
Preview
Loading…
Cancel
Save