blob: a59289b64b0170d431a601de866f2513bc80e275 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@deftypefun {int} {gnutls_pcert_export_openpgp} (gnutls_pcert_st * @var{pcert}, gnutls_openpgp_crt_t * @var{crt})
@var{pcert}: The pcert structure.
@var{crt}: An initialized @code{gnutls_openpgp_crt_t} .
This function is no-op.
@strong{Returns:} @code{GNUTLS_E_UNIMPLEMENTED_FEATURE} .
@strong{Since:} 3.4.0
@end deftypefun
|