]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/propertyerr.h
ERR: Rebuild all generated error headers and source files
[thirdparty/openssl.git] / include / internal / propertyerr.h
index 908c9109154b234ae904b9f502f01bfb04186d86..b0ec266ded3ec828ebb7fce3925cf7e7eec6e76b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Generated by util/mkerr.pl DO NOT EDIT
- * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2020-2020 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
@@ -8,25 +8,32 @@
  * https://www.openssl.org/source/license.html
  */
 
-#ifndef HEADER_PROPERR_H
-# define HEADER_PROPERR_H
+#ifndef OSSL_INTERNAL_PROPERTYERR_H
+# define OSSL_INTERNAL_PROPERTYERR_H
+# pragma once
+
+# include <openssl/opensslconf.h>
+# include <openssl/symhacks.h>
 
 # ifdef  __cplusplus
-extern "C"
+extern "C" {
 # endif
-int ERR_load_PROP_strings(void);
+
+int err_load_PROP_strings_int(void);
 
 /*
  * PROP function codes.
  */
-# define PROP_F_OSSL_PARSE_PROPERTY                       100
-# define PROP_F_OSSL_PARSE_QUERY                          101
-# define PROP_F_PARSE_HEX                                 102
-# define PROP_F_PARSE_NAME                                103
-# define PROP_F_PARSE_NUMBER                              104
-# define PROP_F_PARSE_OCT                                 105
-# define PROP_F_PARSE_STRING                              106
-# define PROP_F_PARSE_UNQUOTED                            107
+# ifndef OPENSSL_NO_DEPRECATED_3_0
+#  define PROP_F_OSSL_PARSE_PROPERTY                       0
+#  define PROP_F_OSSL_PARSE_QUERY                          0
+#  define PROP_F_PARSE_HEX                                 0
+#  define PROP_F_PARSE_NAME                                0
+#  define PROP_F_PARSE_NUMBER                              0
+#  define PROP_F_PARSE_OCT                                 0
+#  define PROP_F_PARSE_STRING                              0
+#  define PROP_F_PARSE_UNQUOTED                            0
+# endif
 
 /*
  * PROP reason codes.
@@ -37,10 +44,14 @@ int ERR_load_PROP_strings(void);
 # define PROP_R_NOT_AN_IDENTIFIER                         103
 # define PROP_R_NOT_AN_OCTAL_DIGIT                        104
 # define PROP_R_NOT_A_DECIMAL_DIGIT                       105
-# define PROP_R_NO_MATCHING_STRING_DELIMETER              106
+# define PROP_R_NO_MATCHING_STRING_DELIMITER              106
 # define PROP_R_NO_VALUE                                  107
 # define PROP_R_PARSE_FAILED                              108
 # define PROP_R_STRING_TOO_LONG                           109
 # define PROP_R_TRAILING_CHARACTERS                       110
 
+
+# ifdef  __cplusplus
+}
+# endif
 #endif