aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf/conf_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/conf/conf_local.h')
-rw-r--r--crypto/conf/conf_local.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/conf/conf_local.h b/crypto/conf/conf_local.h
index 6e1f7fe00d70..f3b16f113852 100644
--- a/crypto/conf/conf_local.h
+++ b/crypto/conf/conf_local.h
@@ -1,11 +1,11 @@
/*
- * Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2018-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
*/
-void conf_add_ssl_module(void);
-
+#include <openssl/conftypes.h>
+void ossl_config_add_ssl_module(void);