diff options
Diffstat (limited to 'doc/functions/gnutls_mac_get')
-rw-r--r-- | doc/functions/gnutls_mac_get | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/functions/gnutls_mac_get b/doc/functions/gnutls_mac_get new file mode 100644 index 0000000..ce30204 --- /dev/null +++ b/doc/functions/gnutls_mac_get @@ -0,0 +1,12 @@ + + + + +@deftypefun {gnutls_mac_algorithm_t} {gnutls_mac_get} (gnutls_session_t @var{session}) +@var{session}: is a @code{gnutls_session_t} type. + +Get the currently used MAC algorithm. + +@strong{Returns:} the currently used mac algorithm, a +@code{gnutls_mac_algorithm_t} value. +@end deftypefun |