diff options
author | tb <> | 2020-10-11 02:44:27 +0000 |
---|---|---|
committer | tb <> | 2020-10-11 02:44:27 +0000 |
commit | 09963b386d8339b5425e43c4cb8e5fd53a761101 (patch) | |
tree | b4c654a1b989295114bd40c5e379457740b4cacc /src/lib/libssl/s3_lib.c | |
parent | 150cbe098c23a1b8bc365cfc6dac81de86cd0992 (diff) | |
download | openbsd-09963b386d8339b5425e43c4cb8e5fd53a761101.tar.gz openbsd-09963b386d8339b5425e43c4cb8e5fd53a761101.tar.bz2 openbsd-09963b386d8339b5425e43c4cb8e5fd53a761101.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 'src/lib/libssl/s3_lib.c')
0 files changed, 0 insertions, 0 deletions