提交 d5d007ab 编写于 作者: L Lutz Jänicke

Optimize: better shortcut evaluation ("Howard Chu" <hyc@highlandsun.com>).

上级 151457ab
...@@ -445,8 +445,7 @@ int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) ...@@ -445,8 +445,7 @@ int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name)
return(0); return(0);
} }
nid=OBJ_obj2nid(a); if (no_name || (nid=OBJ_obj2nid(a)) == NID_undef) {
if ((nid == NID_undef) || no_name) {
len=a->length; len=a->length;
p=a->data; p=a->data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册