diff options
author | lloyd <[email protected]> | 2008-10-26 21:07:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-26 21:07:44 +0000 |
commit | 88b872f2afb9d71b91a155d05d517dbd593d30ca (patch) | |
tree | 6f0b8978fc73950b7e8822c03634d2b51cf23b2d /src/kdf/ssl_prf/info.txt | |
parent | a5572385088e399eecf5531074aecabadf24d611 (diff) |
In KDF instead of lookup, instantiate fixed hashes (MD5, SHA-1) directly
Diffstat (limited to 'src/kdf/ssl_prf/info.txt')
-rw-r--r-- | src/kdf/ssl_prf/info.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kdf/ssl_prf/info.txt b/src/kdf/ssl_prf/info.txt index 8c85745c2..890789988 100644 --- a/src/kdf/ssl_prf/info.txt +++ b/src/kdf/ssl_prf/info.txt @@ -6,6 +6,8 @@ load_on auto <requires> kdf +md5 +sha1 </requires> <add> |