Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnobori <da.git@softether.co.jp>2022-11-17 11:58:56 +0300
committerdnobori <da.git@softether.co.jp>2022-11-17 11:58:56 +0300
commitbf23fe0000f7c6a362712fdb8400d837f73a3c58 (patch)
tree1a0f58efe6995c54b760e071465cf5469f023073 /src/Mayaqua/win32_inc/openssl/core_names.h
parentfdc2bf771beb3f108be48ad516fd0a56cb43deb4 (diff)
v4.41-9782-betav4.41-9782-beta
Diffstat (limited to 'src/Mayaqua/win32_inc/openssl/core_names.h')
-rw-r--r--src/Mayaqua/win32_inc/openssl/core_names.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Mayaqua/win32_inc/openssl/core_names.h b/src/Mayaqua/win32_inc/openssl/core_names.h
index 3d5780e7..fe644dee 100644
--- a/src/Mayaqua/win32_inc/openssl/core_names.h
+++ b/src/Mayaqua/win32_inc/openssl/core_names.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* 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
@@ -21,9 +21,9 @@ extern "C" {
#define OSSL_PROV_PARAM_CORE_MODULE_FILENAME "module-filename" /* utf8_ptr */
/* Well known parameter names that Providers can define */
-#define OSSL_PROV_PARAM_NAME "name" /* utf8_string */
-#define OSSL_PROV_PARAM_VERSION "version" /* utf8_string */
-#define OSSL_PROV_PARAM_BUILDINFO "buildinfo" /* utf8_string */
+#define OSSL_PROV_PARAM_NAME "name" /* utf8_ptr */
+#define OSSL_PROV_PARAM_VERSION "version" /* utf8_ptr */
+#define OSSL_PROV_PARAM_BUILDINFO "buildinfo" /* utf8_ptr */
#define OSSL_PROV_PARAM_STATUS "status" /* uint */
#define OSSL_PROV_PARAM_SECURITY_CHECKS "security-checks" /* uint */