projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3654f0
)
Don't need err library for Makefile.fips
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 16 Feb 2011 18:07:57 +0000
(18:07 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 16 Feb 2011 18:07:57 +0000
(18:07 +0000)
Makefile.fips
patch
|
blob
|
history
diff --git
a/Makefile.fips
b/Makefile.fips
index
db35a25
..
2344a58
100644
(file)
--- a/
Makefile.fips
+++ b/
Makefile.fips
@@
-148,7
+148,7
@@
SHLIBDIRS= crypto
SDIRS= \
sha hmac des aes modes \
bn ec rsa dsa ecdsa dh ecdh \
- buffer rand e
rr e
vp cmac
+ buffer rand evp cmac
# keep in mind that the above list is adjusted by ./Configure
# according to no-xxx arguments...