Loading crypto/objects/obj_dat.c +2 −2 Original line number Diff line number Diff line Loading @@ -213,8 +213,8 @@ int OBJ_add_object(const ASN1_OBJECT *obj) err: for (i = ADDED_DATA; i <= ADDED_NID; i++) OPENSSL_free(ao[i]); OPENSSL_free(o); return (NID_undef); ASN1_OBJECT_free(o); return NID_undef; } ASN1_OBJECT *OBJ_nid2obj(int n) Loading Loading
crypto/objects/obj_dat.c +2 −2 Original line number Diff line number Diff line Loading @@ -213,8 +213,8 @@ int OBJ_add_object(const ASN1_OBJECT *obj) err: for (i = ADDED_DATA; i <= ADDED_NID; i++) OPENSSL_free(ao[i]); OPENSSL_free(o); return (NID_undef); ASN1_OBJECT_free(o); return NID_undef; } ASN1_OBJECT *OBJ_nid2obj(int n) Loading