diff options
author | lloyd <[email protected]> | 2010-09-17 14:13:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-09-17 14:13:48 +0000 |
commit | 4ef234d711e1dd40f1cd7ec328e9933fb19dc5ee (patch) | |
tree | d0a9209ad8576e99bae3f85ff669695b4c4d416c /src/ssl | |
parent | 8fa7d0b4f91eec572d8b2971d87e68741d1cd330 (diff) |
Split up src/cert/x509 into a set of modules, though mostly mutually
dependent right now.
Diffstat (limited to 'src/ssl')
-rw-r--r-- | src/ssl/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/info.txt b/src/ssl/info.txt index 161b51569..8f1eda497 100644 --- a/src/ssl/info.txt +++ b/src/ssl/info.txt @@ -55,5 +55,5 @@ sha1 ssl3mac ssl_prf tls_prf -x509 +x509cert </requires> |