- Timestamp:
- Sep 17, 2015, 3:48:54 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 176047e
- Parents:
- 746e993
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_config.c
r746e993 r7764015 1107 1107 1108 1108 /* 1109 * Record additional PKCS #11 module to load. Note that the value is 1110 * only used in the base config, settings in virtual hosts are 1111 * ignored. 1109 * Record PKCS #11 module to load. Note that the value is only used in 1110 * the base config, settings in virtual hosts are ignored. 1112 1111 */ 1113 1112 const char *mgs_set_p11_module(cmd_parms * parms, -
src/gnutls_hooks.c
r746e993 r7764015 323 323 } 324 324 325 /* Load additional PKCS #11 module, if requested */ 325 /* If GnuTLSP11Module is set, load that PKCS #11 module. Otherwise 326 * system defaults will be used. */ 326 327 if (sc_base->p11_module != NULL) 327 328 {
Note: See TracChangeset
for help on using the changeset viewer.