blob: e97fe8856b6a4643745a1945e48267fb8b7339bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {gnutls_cipher_algorithm_t} {gnutls_cipher_get} (gnutls_session_t @var{session})
@var{session}: is a @code{gnutls_session_t} type.
Get the currently used cipher.
@strong{Returns:} the currently used cipher, a @code{gnutls_cipher_algorithm_t}
type.
@end deftypefun
|