mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
OCSP: a bunch of whitespace fixes
This commit is contained in:
parent
b021fe7562
commit
9c6cebf324
5 changed files with 17 additions and 17 deletions
|
@ -841,9 +841,9 @@ int main(int argc, char** argv)
|
|||
topk_type = new OpaqueType("topk");
|
||||
bloomfilter_type = new OpaqueType("bloomfilter");
|
||||
x509_opaque_type = new OpaqueType("x509");
|
||||
ocsp_req_opaque_type = new OpaqueType("ocsp_req");
|
||||
ocsp_req_opaque_type = new OpaqueType("ocsp_req");
|
||||
ocsp_resp_opaque_type = new OpaqueType("ocsp_resp");
|
||||
|
||||
|
||||
// The leak-checker tends to produce some false
|
||||
// positives (memory which had already been
|
||||
// allocated before we start the checking is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue