diff options
author | tb <> | 2020-10-11 02:44:27 +0000 |
---|---|---|
committer | tb <> | 2020-10-11 02:44:27 +0000 |
commit | 8ba9fa49164f17ec9a4156de8eb45d9515186459 (patch) | |
tree | b4c654a1b989295114bd40c5e379457740b4cacc /src/lib/libc | |
parent | 016f3d152c7794fc6ca33b907778816d2891be00 (diff) | |
download | openbsd-8ba9fa49164f17ec9a4156de8eb45d9515186459.tar.gz openbsd-8ba9fa49164f17ec9a4156de8eb45d9515186459.tar.bz2 openbsd-8ba9fa49164f17ec9a4156de8eb45d9515186459.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/libc')
0 files changed, 0 insertions, 0 deletions