commit | fc017fec487382aab2f5016a3523f49cebaa751a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jul 07 18:09:34 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 07 18:09:34 2015 +0200 |
tree | 6cad1116f92b2b1ecffab238323a68f8c51f0b01 | |
parent | 646b864fe525a6679f0c8d3ffda47b08a54d2b4a [diff] |
CLEANUP: ssl: make ssl_sock_generate_certificate() use ssl_sock_generated_cert_serial() It saves from open-coding the hashing method. Instead all serial generation is done in a single function.