Changed communication option from listen_encrypted to listen_ssl.

- Robin pointed out that SSL is providing authentication
  as well as encryption so listen_ssl is a more
  proper variable name.
This commit is contained in:
Seth Hall 2011-10-07 23:57:08 -04:00
parent 6ae9da5aad
commit 0803df2e14
4 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@
@TEST-START-FILE sender.bro
@load frameworks/communication/listen
redef Communication::listen_encrypted=T;
redef Communication::listen_ssl=T;
event bro_init()
{