summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls_lib.c
diff options
context:
space:
mode:
authortb <>2022-08-11 10:36:32 +0000
committertb <>2022-08-11 10:36:32 +0000
commit62502b24f20fa6da4be97eea96ee231c608cc222 (patch)
treea6d6126e14d40bafd56105dde0467163e1fc4038 /src/lib/libssl/tls_lib.c
parent15cfc2cffe59ccd94f73fe1f0ea6ef4f6a97289e (diff)
downloadopenbsd-62502b24f20fa6da4be97eea96ee231c608cc222.tar.gz
openbsd-62502b24f20fa6da4be97eea96ee231c608cc222.tar.bz2
openbsd-62502b24f20fa6da4be97eea96ee231c608cc222.zip
Remove unused variable
X509_NAME_print() is documented to print things at a given indentation level. Unfortunately, this never worked since someone got some logic wrong. Part of the wrong logic was removed in a dead code removal in OpenSSL commit 92ada7cc, but the variable l was left behind, which leads to compiler warnings on some platforms. End its sad life pointlessly and incorrectly measuring column width and remove it. ok jsing
Diffstat (limited to 'src/lib/libssl/tls_lib.c')
0 files changed, 0 insertions, 0 deletions