Revert the size_t modifications from HEAD that had led to more
[openssl.git] / crypto / objects / objects.h
index 10c198ad4728bc6a247add7dca171e1e6c8a4046..65b6f013588cddf53b2453a1fdcfd9b52d0ca9b2 100644 (file)
@@ -1006,8 +1006,7 @@ const char *      OBJ_nid2ln(int n);
 const char *   OBJ_nid2sn(int n);
 int            OBJ_obj2nid(const ASN1_OBJECT *o);
 ASN1_OBJECT *  OBJ_txt2obj(const char *s, int no_name);
-int             OBJ_obj2txt(char *buf, size_t buf_len, const ASN1_OBJECT *a,
-                           int no_name);
+int    OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name);
 int            OBJ_txt2nid(const char *s);
 int            OBJ_ln2nid(const char *s);
 int            OBJ_sn2nid(const char *s);