Skip to content

Commit

Permalink
version: Use 'tls' in features string instead of 'ssl'
Browse files Browse the repository at this point in the history
  • Loading branch information
hessu committed Nov 1, 2022
1 parent d10a3fb commit 431293d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const char verstr_features[] =
" valgrind"
#endif
#ifdef USE_SSL
" ssl"
" tls"
#endif
#ifdef USE_SCTP
" sctp"
Expand Down

0 comments on commit 431293d

Please sign in to comment.