diff options
author | 2020-10-11 02:44:27 +0000 | |
---|---|---|
committer | 2020-10-11 02:44:27 +0000 | |
commit | a522ba32a82bca3485c22278fdab0179a1233b61 (patch) | |
tree | 50c97257e3b51e2a78d9fa1c6f1046514ada2859 /lib/libssl/ssl_methods.c | |
parent | Update regress for method changes. (diff) | |
download | wireguard-openbsd-a522ba32a82bca3485c22278fdab0179a1233b61.tar.xz wireguard-openbsd-a522ba32a82bca3485c22278fdab0179a1233b61.zip |
Make profile_name const in srtp_find_profile_by_name()
There is no reason (and there never was any) for profile_name to be
non-const, it was always just passed to strncmp(). Changing this
allows removing an ugly instance of casting away const.
ok guenther jsing
Diffstat (limited to 'lib/libssl/ssl_methods.c')
0 files changed, 0 insertions, 0 deletions