From 4d30ab70573f9734d7fd3cd4d54c02173fa281db Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 20 Jan 2019 09:19:12 -0600 Subject: Import code from old v4 repo --- src/ca/cost.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/ca/cost.h (limited to 'src/ca/cost.h') diff --git a/src/ca/cost.h b/src/ca/cost.h new file mode 100644 index 00000000..283758b0 --- /dev/null +++ b/src/ca/cost.h @@ -0,0 +1,5 @@ +#pragma once +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + + +const UINT COST_HTTP_URL_ACL = 2000; -- cgit v1.2.3-55-g6feb