diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-16 21:14:39 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-16 21:14:47 +0200 |
commit | 8b61dcc7715562707e4c0ce6406ad820c6cad127 (patch) | |
tree | e292b678978e135d3c0573f22b544c9f01d91e8b /doc/Makefile.am | |
parent | 2da26a5814e18eec724ebc17c20211d244012f8b (diff) | |
download | gnutls-8b61dcc7715562707e4c0ce6406ad820c6cad127.tar.gz |
Allow association of a PIN function with a credentials structure.
This function will be used to override any globally set ones.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 076e3dc8c5..b300557daf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -843,6 +843,7 @@ FUNCS += functions/gnutls_store_commitment FUNCS += functions/gnutls_store_pubkey FUNCS += functions/gnutls_load_file FUNCS += functions/gnutls_url_is_supported +FUNCS += functions/gnutls_certificate_set_pin_function FUNCS += functions/gnutls_ocsp_req_init FUNCS += functions/gnutls_ocsp_req_deinit FUNCS += functions/gnutls_ocsp_req_import |