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:
d1a70cc
)
typo
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 24 Jun 2011 15:30:21 +0000
(15:30 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 24 Jun 2011 15:30:21 +0000
(15:30 +0000)
fips/rand/Makefile
patch
|
blob
|
history
diff --git
a/fips/rand/Makefile
b/fips/rand/Makefile
index 6034a5a1f82cd75ba0f5e80968d110a689e27d29..164550419942901955c632731205c91ca74c9594 100644
(file)
--- a/
fips/rand/Makefile
+++ b/
fips/rand/Makefile
@@
-26,7
+26,7
@@
LIBSRC= fips_rand.c fips_rand_selftest.c fips_drbg_lib.c \
fips_drbg_hash.c fips_drbg_hmac.c fips_drbg_ctr.c \
fips_drbg_selftest.c fips_drbg_rand.c fips_rand_lib.c
LIBOBJ= fips_rand.o fips_rand_selftest.o fips_drbg_lib.o \
- fips_drbg_hash.o fips_drbg_hmac.
c
fips_drbg_ctr.o \
+ fips_drbg_hash.o fips_drbg_hmac.
o
fips_drbg_ctr.o \
fips_drbg_selftest.o fips_drbg_rand.o fips_rand_lib.o
SRC= $(LIBSRC)