CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/20 10:23:07
Modified files:
lib/libcrypto/ct: ct_oct.c
Log message:
Always allocate a new stack in o2i_SCT_LIST().
If we're given a pointer to an existing stack, free it and allocate a new
one rather than poping and freeing all of the existing entries so we can
reuse it. While here rename some arguments and variables.
ok inoguchi@ tb@
