mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Add configure option to enable/disable spicy SSL
Spicy SSL is now only enabled when specifying the --enable-spicy-ssl configure-time option. This should allow merging this into Zeek on an experimental basis.
This commit is contained in:
parent
adab894d31
commit
4cce4a4c5f
6 changed files with 131 additions and 106 deletions
|
@ -244,6 +244,9 @@
|
|||
/* Enable/disable ZAM profiling capability */
|
||||
#cmakedefine ENABLE_ZAM_PROFILE
|
||||
|
||||
/* Enable/disable the Spicy SSL analyzer */
|
||||
#cmakedefine ENABLE_SPICY_SSL
|
||||
|
||||
/* String with host architecture (e.g., "linux-x86_64") */
|
||||
#define HOST_ARCHITECTURE "@HOST_ARCHITECTURE@"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue