From 2d162ea93f6512909454ee10597b63206862a056 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 20 Aug 2018 09:38:36 +0200 Subject: [PATCH] man3/OBJ_nid2obj.pod: mention failure code for OBJ_create. Reviewed-by: Kurt Roeckx Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6998) --- doc/man3/OBJ_nid2obj.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man3/OBJ_nid2obj.pod b/doc/man3/OBJ_nid2obj.pod index df4e2e164e..cbf889f2c7 100644 --- a/doc/man3/OBJ_nid2obj.pod +++ b/doc/man3/OBJ_nid2obj.pod @@ -84,7 +84,8 @@ OBJ_dup() returns a copy of B. OBJ_create() adds a new object to the internal table. B is the numerical form of the object, B the short name and B the -long name. A new NID is returned for the created object. +long name. A new NID is returned for the created object in case of +success and NID_undef in case of failure. OBJ_length() returns the size of the content octets of B. -- 2.25.1