diff options
Diffstat (limited to 'include/internal/dane.h')
-rw-r--r-- | include/internal/dane.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/internal/dane.h b/include/internal/dane.h index 7a39bd7d7d46..a3d78a7f8050 100644 --- a/include/internal/dane.h +++ b/include/internal/dane.h @@ -1,7 +1,7 @@ /* - * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html @@ -9,8 +9,9 @@ #ifndef OSSL_INTERNAL_DANE_H #define OSSL_INTERNAL_DANE_H +# pragma once -#include <openssl/safestack.h> +# include <openssl/safestack.h> /*- * Certificate usages: |