Loading crypto/lhash/lhash.c +3 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,9 @@ LHASH *lh; unsigned int i; LHASH_NODE *n,*nn; if(lh == NULL) return; for (i=0; i<lh->num_nodes; i++) { n=lh->b[i]; Loading crypto/objects/o_names.c +3 −0 Original line number Diff line number Diff line Loading @@ -219,6 +219,9 @@ static int free_type; static void names_lh_free(onp,type) OBJ_NAME *onp; { if(onp == NULL) return; if ((free_type < 0) || (free_type == onp->type)) { OBJ_NAME_remove(onp->name,onp->type); Loading Loading
crypto/lhash/lhash.c +3 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,9 @@ LHASH *lh; unsigned int i; LHASH_NODE *n,*nn; if(lh == NULL) return; for (i=0; i<lh->num_nodes; i++) { n=lh->b[i]; Loading
crypto/objects/o_names.c +3 −0 Original line number Diff line number Diff line Loading @@ -219,6 +219,9 @@ static int free_type; static void names_lh_free(onp,type) OBJ_NAME *onp; { if(onp == NULL) return; if ((free_type < 0) || (free_type == onp->type)) { OBJ_NAME_remove(onp->name,onp->type); Loading