Source position: gnutls.pp line 1097
type Tgnutls_retr2_st = record |
cert_type: Tgnutls_certificate_type_t; |
key_type: Tgnutls_privkey_type_t; |
cert: record |
case LongInt of |
0: ( |
x509: Pgnutls_x509_crt_t; |
); |
1: ( |
pgp: Tgnutls_openpgp_crt_t; |
); |
end; |
ncerts: dword; |
key: record |
case LongInt of |
0: ( |
x509: Tgnutls_x509_privkey_t; |
); |
1: ( |
); |
2: ( |
pkcs11: Tgnutls_pkcs11_privkey_t; |
); |
end; |
deinit_all: dword; |
end; |