Changeset 87f1ed2 in mod_gnutls for include/mod_gnutls.h.in
- Timestamp:
- May 8, 2015, 8:40:02 PM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 8f90bf4
- Parents:
- 39bd695
- git-author:
- Thomas Klute <thomas2.klute@…> (04/26/15 14:48:27)
- git-committer:
- Thomas Klute <thomas2.klute@…> (05/08/15 20:40:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
r39bd695 r87f1ed2 112 112 /* A Plain HTTP request */ 113 113 int non_ssl_request; 114 115 /* Additional PKCS #11 provider module to load, only valid in the 116 * base config, ignored in virtual hosts */ 117 char *p11_module; 114 118 115 119 /* PIN used for PKCS #11 operations */ … … 419 423 const char *mgs_set_client_ca_file(cmd_parms * parms, void *dummy, 420 424 const char *arg); 425 426 const char *mgs_set_p11_module(cmd_parms * parms, void *dummy, 427 const char *arg); 428 421 429 const char *mgs_set_pin(cmd_parms * parms, void *dummy, 422 430 const char *arg);
Note: See TracChangeset
for help on using the changeset viewer.