Remove old Broccoli SSL options

- ssl_ca_certificate
- ssl_private_key
- ssl_passphrase
This commit is contained in:
Jon Siwek 2019-06-20 14:19:11 -07:00
parent b9d3d4d63b
commit 61d19d25e1
7 changed files with 13 additions and 30 deletions

View file

@ -168,10 +168,6 @@ extern StringVal* log_rotate_base_time;
extern StringVal* peer_description;
extern bro_uint_t chunked_io_buffer_soft_cap;
extern StringVal* ssl_ca_certificate;
extern StringVal* ssl_private_key;
extern StringVal* ssl_passphrase;
extern Val* profiling_file;
extern double profiling_interval;
extern int expensive_profiling_multiple;