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:
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 db35a259898d1543d4bec8bc70bb0c5c0d8940fb..2344a5823abc1e5f340115deff6ca80a297d8183 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...