From 54a51fd5869c3451096e6512a927ff864855a24f Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 7 Feb 2019 15:34:52 -0800 Subject: tls: move test certificates to separate header file Change-Id: I543cb78e268d7a4a7fba590d305351ec79f4e4da Signed-off-by: Florin Coras --- src/vnet/session-apps/http_server.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vnet/session-apps/http_server.c') diff --git a/src/vnet/session-apps/http_server.c b/src/vnet/session-apps/http_server.c index ffa1ed85b42..9df27fac0b0 100644 --- a/src/vnet/session-apps/http_server.c +++ b/src/vnet/session-apps/http_server.c @@ -1,5 +1,5 @@ /* -* Copyright (c) 2015-2017 Cisco and/or its affiliates. +* Copyright (c) 2015-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: @@ -16,6 +16,7 @@ #include #include #include +#include typedef enum { -- cgit 1.2.3-korg