]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix gss_get_mic_iov() example code 917/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 17 Apr 2019 05:57:28 +0000 (01:57 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 19 Apr 2019 00:31:29 +0000 (20:31 -0400)
commitbf4156db4f6c2e8cd420cd556bfa9e39f1a3d556
treefe2ec903e4f24366399150309b10715abbb4597e
parent5ccfbaf2f0c8871d2f0ea87ad4b21cc33392ca2c
Fix gss_get_mic_iov() example code

The example code for gss_get_mic_iov() using a caller-provided buffer
calls gss_wrap_iov_length() and gss_wrap_iov() instead of
gss_get_mic_iov_length() and gss_get_mic_iov() as intended.  Reported
by Frank Filz.

ticket: 8797
tags: pullup
target_version: 1.17-next
doc/appdev/gssapi.rst