summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-05-02 22:59:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-05-02 22:59:41 +0000
commite8f245d24397915aad77ef6700cf5233e0d3a8ce (patch)
treeb9eda7f381ecf14aae522768f96503b971438eec /Makefile.org
parent73f3c281ff727f7d2627d17ea91540933fc64481 (diff)
Add hmac to fips.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index fa365f8630..09a7b53db4 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -187,7 +187,7 @@ SDIRS= objects \
buffer bio stack lhash rand err \
evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5
-FDIRS= sha1 rand des aes dsa rsa dh
+FDIRS= sha1 rand des aes dsa rsa dh hmac
# tests to perform. "alltests" is a special word indicating that all tests
# should be performed.