- Timestamp:
- Dec 2, 2007, 11:17:54 AM (15 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- e239d1a
- Parents:
- af4998e
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (12/02/07 11:17:54)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (12/02/07 11:17:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
raf4998e rea470be 631 631 632 632 gnutls_init(&ctxt->session, GNUTLS_SERVER); 633 634 /* This is not very good as it trades security for compatibility,635 * but it is the only way to be ultra-portable.636 */637 gnutls_session_enable_compatibility_mode(ctxt->session);638 633 639 634 /* because we don't set any default priorities here (we set later at
Note: See TracChangeset
for help on using the changeset viewer.