Constify X509_get0_signature()
[openssl.git] / include / openssl / objects.h
index 647a8ac81e5add79a678fcbbd048659c4902b14f..09d614ffc05e7cc4f129ea55bcd72b1a9bf6c101 100644 (file)
@@ -1073,7 +1073,8 @@ void OBJ_sigid_free(void);
  * The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
  */
-void ERR_load_OBJ_strings(void);
+
+int ERR_load_OBJ_strings(void);
 
 /* Error codes for the OBJ functions. */
 
@@ -1087,11 +1088,10 @@ void ERR_load_OBJ_strings(void);
 # define OBJ_F_OBJ_NID2SN                                 104
 
 /* Reason codes. */
-# define OBJ_R_MALLOC_FAILURE                             100
 # define OBJ_R_OID_EXISTS                                 102
 # define OBJ_R_UNKNOWN_NID                                101
 
-#ifdef  __cplusplus
+# ifdef  __cplusplus
 }
-#endif
+# endif
 #endif