Regenerate mkerr files
[openssl.git] / include / internal / propertyerr.h
index d4002977c1ddbc4b90a69040f57d3ee96ea16614..a5d5125770439c59434c24fecbc28e5a92adb476 100644 (file)
@@ -11,9 +11,9 @@
 #ifndef HEADER_PROPERR_H
 # define HEADER_PROPERR_H
 
-# ifndef HEADER_SYMHACKS_H
-#  include <openssl/symhacks.h>
-# endif
+# include <openssl/opensslconf.h>
+# include <openssl/symhacks.h>
+
 
 # ifdef  __cplusplus
 extern "C"
@@ -23,14 +23,16 @@ int ERR_load_PROP_strings(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
+# if !OPENSSL_API_3
+#  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.