Changeset 235e109 in mod_gnutls for src/gnutls_util.h
- Timestamp:
- Apr 9, 2018, 2:24:59 AM (3 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, master, proxy-ticket, upstream
- Children:
- 23e98b3
- Parents:
- fe21671
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_util.h
rfe21671 r235e109 21 21 #include <apr_uri.h> 22 22 #include <gnutls/gnutls.h> 23 #include "mod_gnutls.h" 23 24 24 25 #ifndef __MOD_GNUTLS_UTIL_H__ … … 67 68 __attribute__((nonnull)); 68 69 70 /** 71 * Allocate the connection configuration structure if necessary, set 72 * some defaults. 73 */ 74 mgs_handle_t *init_gnutls_ctxt(conn_rec *c); 75 69 76 #endif /* __MOD_GNUTLS_UTIL_H__ */
Note: See TracChangeset
for help on using the changeset viewer.