projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb9e63d
)
Add header to Makefile.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 4 Sep 2011 18:36:20 +0000
(18:36 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 4 Sep 2011 18:36:20 +0000
(18:36 +0000)
fips/rand/Makefile
patch
|
blob
|
history
diff --git
a/fips/rand/Makefile
b/fips/rand/Makefile
index 164550419942901955c632731205c91ca74c9594..8c3c9c0a7ea051bc7ed01366fcfae79f62b16a65 100644
(file)
--- a/
fips/rand/Makefile
+++ b/
fips/rand/Makefile
@@
-32,7
+32,7
@@
LIBOBJ= fips_rand.o fips_rand_selftest.o fips_drbg_lib.o \
SRC= $(LIBSRC)
EXHEADER= fips_rand.h
-HEADER= $(EXHEADER) fips_rand_lcl.h
+HEADER= $(EXHEADER) fips_rand_lcl.h
fips_drbg_selftest.h
ALL= $(GENERAL) $(SRC) $(HEADER)