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:
b7056b6
)
Remove unnecessary link directories.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 21 Feb 2011 18:07:28 +0000
(18:07 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 21 Feb 2011 18:07:28 +0000
(18:07 +0000)
Makefile.fips
patch
|
blob
|
history
diff --git
a/Makefile.fips
b/Makefile.fips
index 7ed8a34f93cb8234385df7f1e6300cfe45fe9844..4654383a2d2fc4fa0ab3821d24a6da3631d67851 100644
(file)
--- a/
Makefile.fips
+++ b/
Makefile.fips
@@
-154,10
+154,9
@@
SDIRS= \
LINKDIRS= \
objects sha hmac des aes modes \
- bn ec rsa dsa ecdsa dh ecdh
dso
engine \
+ bn ec rsa dsa ecdsa dh ecdh engine \
buffer bio stack lhash rand err \
- evp asn1 pem x509 x509v3 pkcs7 ocsp ui krb5 \
- cmac
+ evp asn1 pem ocsp ui cmac
# tests to perform. "alltests" is a special word indicating that all tests
# should be performed.