Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Dec 3, 2024
1 parent fb0abae commit 86f7830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/tls/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ char const *fr_openssl_version_str_from_num(uint32_t v)
{
/* 2 (%s) + 1 (.) + 2 (%i) + 1 (.) + 2 (%i) + 1 (c) + 8 (%s) + \0 */
static char buffer[18];
char *p = buffer, *end = buffer + sizeof(buffer);

/*
* OpenSSL major versions >= 3 (which FreeRADIUS requires) use the
Expand Down

0 comments on commit 86f7830

Please sign in to comment.