mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
File: Drop krb5.h include
It looks as if krb5.h was only ever needed together with OpenSSL, then OpenSSL includes were removed, but the krb5.h ones stayed around. References:610d081c4b
d7c10ca7c3
This commit is contained in:
parent
de65671a0a
commit
18ae12f9e3
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@
|
|||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
#ifdef NEED_KRB5_H
|
||||
#include <krb5.h>
|
||||
#endif // NEED_KRB5_H
|
||||
|
||||
#include "zeek/Val.h"
|
||||
#include "zeek/util.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue