aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-01-19 13:57:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-01-19 14:00:32 +0000
commit1eff3485b63f84956b5f212aa4d853783bf6c8b5 (patch)
tree0514fcea64dc2d2edc7616614b257e88584a6c24 /Makefile.in
parent8957728772824c1efd1c5e479d8b60fe6f88e6f5 (diff)
downloadopenssl-1eff3485b63f84956b5f212aa4d853783bf6c8b5.tar.gz
Add TLS PRF method.
Add EVP_PKEY algorithm for TLS1 PRF. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 496f118e11..8dd7f1aaff 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -144,7 +144,7 @@ SDIRS= \
bn ec rsa dsa dh dso engine \
buffer bio stack lhash rand err \
evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui \
- cms pqueue ts jpake srp store cmac ct async
+ cms pqueue ts jpake srp store cmac ct async kdf
# keep in mind that the above list is adjusted by ./Configure
# according to no-xxx arguments...