X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fboringssl%2Fsrc%2Finclude%2Fopenssl%2Fobj.h;h=5dd8886e75a256e620d35f17ccc916c8bf932f2d;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=81066bb621355defd8f4484b2c03d9696c56ada9;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/boringssl/src/include/openssl/obj.h b/src/third_party/boringssl/src/include/openssl/obj.h index 81066bb..5dd8886 100644 --- a/src/third_party/boringssl/src/include/openssl/obj.h +++ b/src/third_party/boringssl/src/include/openssl/obj.h @@ -139,7 +139,8 @@ OPENSSL_EXPORT int OBJ_nid2cbb(CBB *out, int nid); * If |dont_search_names| is zero, then |s| will be matched against the long * and short names of a known objects to find a match. Otherwise |s| must * contain an ASCII string with a dotted sequence of numbers. The resulting - * object need not be previously known. It returns NULL on error. */ + * object need not be previously known. It returns a freshly allocated + * |ASN1_OBJECT| or NULL on error. */ OPENSSL_EXPORT ASN1_OBJECT *OBJ_txt2obj(const char *s, int dont_search_names); /* OBJ_obj2txt converts |obj| to a textual representation. If