summaryrefslogtreecommitdiffstats
path: root/include/crypto/httperr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/httperr.h')
-rw-r--r--include/crypto/httperr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/crypto/httperr.h b/include/crypto/httperr.h
index 969df17b83..827d61a235 100644
--- a/include/crypto/httperr.h
+++ b/include/crypto/httperr.h
@@ -1,6 +1,6 @@
/*
* Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2024 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
@@ -19,7 +19,10 @@
extern "C" {
# endif
+# ifndef OPENSSL_NO_HTTP
+
int ossl_err_load_HTTP_strings(void);
+# endif
# ifdef __cplusplus
}