- Timestamp:
- Jun 15, 2016, 7:32:50 PM (3 years ago)
- Branches:
- debian/master, debian/stretch-backports, master, upstream
- Children:
- f265001
- Parents:
- 44e8944
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_config.c
r44e8944 r7e7d328 151 151 } 152 152 153 if (sc->cert_pgp) 154 { 155 gnutls_pcert_deinit(&sc->cert_pgp[0]); 156 sc->cert_pgp = NULL; 157 gnutls_openpgp_crt_deinit(sc->cert_crt_pgp[0]); 158 sc->cert_crt_pgp = NULL; 159 } 160 153 161 if (sc->privkey_pgp) 154 162 {
Note: See TracChangeset
for help on using the changeset viewer.