/*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
*
* Squid software is distributed under GPLv2+ license and includes
* contributions from numerous individuals and organizations.
/*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
*
* Squid software is distributed under GPLv2+ license and includes
* contributions from numerous individuals and organizations.
/// TLS record layer (parsing uninterpreted data)
Parser::BinaryTokenizer tkRecords;
- /// TLS message layer (parsing fragments)
+ /// TLS message layer (parsing fragments)
Parser::BinaryTokenizer tkMessages;
- /// Whether to use TLS parser or a V2 compatible parser
+ /// Whether to use TLS parser or a V2 compatible parser
YesNoNone expectingModernRecords;
};
#define SQUID_SRC_SECURITY_NEGOTIATIONHISTORY_H
#include "anyp/ProtocolVersion.h"
-#include "security/Session.h"
#include "security/Handshake.h"
+#include "security/Session.h"
namespace Security {