diff options
author | lloyd <[email protected]> | 2008-10-26 21:08:53 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-26 21:08:53 +0000 |
commit | 42df2c9170abfd4b10b9dcd99dc1c9c1df046fe7 (patch) | |
tree | 655a388b7a8508e1285a358d9753f0f55b47ef0b /src/kdf | |
parent | 88b872f2afb9d71b91a155d05d517dbd593d30ca (diff) |
TLS_PRF also depends on MD5 and SHA1, was not so marked
Diffstat (limited to 'src/kdf')
-rw-r--r-- | src/kdf/tls_prf/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kdf/tls_prf/info.txt b/src/kdf/tls_prf/info.txt index 9ee452783..58c1ed029 100644 --- a/src/kdf/tls_prf/info.txt +++ b/src/kdf/tls_prf/info.txt @@ -6,6 +6,8 @@ load_on auto <requires> kdf +sha1 +md5 </requires> <add> |