blob: 08f46605e1e0a2aa52b3b6eb8d2df8832a9bb201 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@deftypefun {void} {gnutls_x509_spki_deinit} (gnutls_x509_spki_t @var{spki})
@var{spki}: the SubjectPublicKeyInfo structure
This function will deinitialize a SubjectPublicKeyInfo structure.
@strong{Since:} 3.6.0
@end deftypefun
|